Add missing dot (#3273)
This commit is contained in:
parent
68abfd5739
commit
5c22996eb8
|
@ -1399,7 +1399,7 @@ a#stub-component
|
|||
The test setup should look familiar
|
||||
+makeExample('testing/ts/src/app/app.component.spec.ts', 'setup-stubs', 'src/app/app.component.spec.ts (Stub Setup)')(format='.')
|
||||
:marked
|
||||
The `AppComponent` is the declared test subject
|
||||
The `AppComponent` is the declared test subject.
|
||||
The setup extends the default testing module with one real component (`BannerComponent`) and several stubs.
|
||||
|
||||
* `BannerComponent` is simple and harmless to use as is.
|
||||
|
|
Loading…
Reference in New Issue