Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(testing) configureTestModule -> configureTestingModule #2767

Merged
merged 1 commit into from
Nov 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/docs/ts/latest/guide/testing.jade
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ a(href="#top").to-top Back to top
`TestBed.createComponent` creates an instance of `BannerComponent` to test and returns a [fixture](#component-fixture).

`TestBed.createComponent` closes the current `TestBed` instance to further configuration.
You cannot call any more `TestBed` configuration methods, not `configureTestModule`
You cannot call any more `TestBed` configuration methods, not `configureTestingModule`
nor any of the `override...` methods. The `TestBed` throws an error if you try.

.alert.is-important
Expand Down Expand Up @@ -874,7 +874,7 @@ a(href="#top").to-top Back to top

### _compileComponents_ closes configuration
Calling `compileComponents` closes the current `TestBed` instance is further configuration.
You cannot call any more `TestBed` configuration methods, not `configureTestModule`
You cannot call any more `TestBed` configuration methods, not `configureTestingModule`
nor any of the `override...` methods. The `TestBed` throws an error if you try.

.alert.is-important
Expand Down Expand Up @@ -1114,7 +1114,7 @@ a(href="#top").to-top Back to top

:marked
The `inject` function closes the current `TestBed` instance to further configuration.
You cannot call any more `TestBed` configuration methods, not `configureTestModule`
You cannot call any more `TestBed` configuration methods, not `configureTestingModule`
nor any of the `override...` methods. The `TestBed` throws an error if you try.

.alert.is-important
Expand Down