File tree 1 file changed +3
-3
lines changed
projects/testing-library/src/lib
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> {
86
86
*
87
87
* @example
88
88
* const component = render(AppComponent, {
89
- * providers : [
89
+ * imports : [
90
90
* AppSharedModule,
91
91
* MaterialModule,
92
92
* ]
@@ -104,7 +104,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
104
104
*
105
105
* @example
106
106
* const component = render(AppComponent, {
107
- * imports : [
107
+ * schemas : [
108
108
* NO_ERRORS_SCHEMA,
109
109
* ]
110
110
* })
@@ -160,7 +160,7 @@ export interface RenderOptions<C, Q extends Queries = typeof queries> {
160
160
queries ?: Q ;
161
161
/**
162
162
* @description
163
- * An Angular component to wrap the component in
163
+ * An Angular component to wrap the component in.
164
164
*
165
165
* @default
166
166
* `WrapperComponent`, an empty component that strips the `ng-version` attribute
You can’t perform that action at this time.
0 commit comments