fix(testing): add discardPeriodicTasks to be used with fakeAsync (#8629)

Closes #8616
This commit is contained in:
Julie Ralph
2016-05-26 10:19:30 -07:00
committed by Miško Hevery
parent b2e804c961
commit 0cb93a436d
3 changed files with 34 additions and 0 deletions

View File

@ -350,6 +350,7 @@ var CORE_TESTING: string[] = [
'resetBaseTestProviders',
'setBaseTestProviders',
'tick',
'discardPeriodicTasks',
'withProviders',
'xdescribe',
'xit'