File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/testing-library/src/lib Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
8686 *
8787 * @example
8888 * const component = render(AppComponent, {
89- * providers : [
89+ * imports : [
9090 * AppSharedModule,
9191 * MaterialModule,
9292 * ]
@@ -104,7 +104,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
104104 *
105105 * @example
106106 * const component = render(AppComponent, {
107- * imports : [
107+ * schemas : [
108108 * NO_ERRORS_SCHEMA,
109109 * ]
110110 * })
@@ -160,7 +160,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
160160 queries ?: Q ;
161161 /**
162162 * @description
163- * An Angular component to wrap the component in
163+ * An Angular component to wrap the component in.
164164 *
165165 * @default
166166 * `WrapperComponent`, an empty component that strips the `ng-version` attribute
You can’t perform that action at this time.
0 commit comments