Add missing dot (#3273)

This commit is contained in:
AlexanderLukin 2017-02-20 09:59:21 +03:00 committed by Jules Kremer
parent 68abfd5739
commit 5c22996eb8
1 changed files with 1 additions and 1 deletions

View File

@ -1399,7 +1399,7 @@ a#stub-component
The test setup should look familiar 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='.') +makeExample('testing/ts/src/app/app.component.spec.ts', 'setup-stubs', 'src/app/app.component.spec.ts (Stub Setup)')(format='.')
:marked :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. The setup extends the default testing module with one real component (`BannerComponent`) and several stubs.
* `BannerComponent` is simple and harmless to use as is. * `BannerComponent` is simple and harmless to use as is.