Skip to content

Commit

Permalink
chore: fix public api spec for beforeEachProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
tbosch committed Jun 6, 2016
1 parent a19c4e8 commit 57c9a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/public_api_guard/public_api_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 57c9a07

Please sign in to comment.