docs(testing): configureTestModule -> configureTestingModule (#2767)

This commit is contained in:
Pavol Pitonak 2016-11-09 17:42:57 +01:00 committed by Jesús Rodríguez
parent ec471974a7
commit 60565a5cf1
1 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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
@ -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