feat(fakeAsync): allow simulating the passage of time

This commit is contained in:
Victor Berchet
2015-05-12 16:28:57 +02:00
parent b066b8d15a
commit 0f002a5b18
10 changed files with 522 additions and 5 deletions

View File

@ -1,2 +1,3 @@
export * from './src/test_lib/test_lib';
export * from './src/test_lib/utils';
export * from './src/test_lib/fake_async';