You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second parameter in `createComponent` is the `options` parameter, which looks like this:
82
+
The second parameter in `render` is the `options` parameter, which looks like this:
83
83
84
84
```ts
85
85
{
@@ -101,7 +101,7 @@ The second parameter in `createComponent` is the `options` parameter, which look
101
101
102
102
`schemas`: passed to the `TestBed`
103
103
104
-
The `createComponent` function returns an object consisting all of the query functions from [dom-testing-library][dom-testing-library], all the event functions exposed from `fireEvent`, and adds the following properties:
104
+
The `render` function returns an object consisting all of the query functions from [dom-testing-library][dom-testing-library], all the event functions exposed from `fireEvent`, and adds the following properties:
105
105
106
106
> Every event runs `detectChanges` on the fixture.
0 commit comments