From 687e7b565fda1ab71e23803960360ee744d0e452 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 1 Sep 2015 20:17:21 -0700 Subject: [PATCH] fix(test_lib): reexport fake_async via angular/test previously fake_async was not being publically exported at all --- modules/angular2/test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/angular2/test.ts b/modules/angular2/test.ts index c7cbb4aa09..b21f4b4464 100644 --- a/modules/angular2/test.ts +++ b/modules/angular2/test.ts @@ -9,4 +9,5 @@ export * from './src/test_lib/test_lib'; export * from './src/test_lib/test_component_builder'; export * from './src/test_lib/test_injector'; +export * from './src/test_lib/fake_async'; export * from './debug';