chore: fix public api spec for `beforeEachProviders`

Closes #9043
This commit is contained in:
Tobias Bosch 2016-06-06 08:54:36 -07:00
parent a19c4e8f9a
commit 57c9a07fff
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ const CORE_TESTING = [
'TestInjector.reset():any',
'async(fn:Function):Function',
'beforeEach(fn:Function):void',
'beforeEachProviders(fn:any):void',
'beforeEachProviders(fn:() => Array<any>):void',
'clearPendingTimers():void',
'containsRegexp(input:string):RegExp',
'discardPeriodicTasks():void',