This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ a#testbed
363
363
The metadata lack `imports` because (a) the default testing module configuration already has what `BannerComponent` needs
364
364
and (b) `BannerComponent` doesn't interact with any other components.
365
365
366
- Call `configureTestingModule` within a `BeforeEach ` so that,
366
+ Call `configureTestingModule` within a `beforeEach ` so that,
367
367
before each spec runs, the `TestBed` can reset itself to a base state.
368
368
The base state includes a default testing module configuration consisting of the
369
369
declarables (components, directives, and pipes) and providers (some of them mocked)
@@ -1843,7 +1843,7 @@ a#testbed-methods
1843
1843
1844
1844
Internally, all static methods cover methods of the current runtime `TestBed` instance that is also returned by the `getTestBed()` function.
1845
1845
1846
- Call `TestBed` methods _within_ a `BeforeEach ()` to ensure a fresh start before each individual test.
1846
+ Call `TestBed` methods _within_ a `beforeEach ()` to ensure a fresh start before each individual test.
1847
1847
1848
1848
Here are the most important static methods, in order of likely utility.
1849
1849
table
You can’t perform that action at this time.
0 commit comments