build(bundle): fix angular2/test_lib bundle to reexport test_lib rather than test

Closes #4556
This commit is contained in:
Igor Minar
2015-10-06 11:37:59 -07:00
parent 15ab6f6ea8
commit 62e14dc529
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,3 @@
// Test library and utilities for internal use.
export * from './test';
export * from './src/test_lib/utils';
export * from './src/test_lib/fake_async';