feat(test): add test bundle

Create a bundle for the test library, TestComponentBuilder,
TestInjector, and DebugElement.

Internal tests use a superset of the bundle.
This commit is contained in:
Julie Ralph
2015-06-26 17:25:49 -07:00
parent 0ed5dd0d7b
commit 71c65b47f9
3 changed files with 14 additions and 7 deletions

View File

@ -1,6 +1,5 @@
export * from './src/test_lib/test_lib';
// Test library and utilities for internal use.
export * from './test';
export * from './src/test_lib/spies';
export * from './src/test_lib/utils';
export * from './src/test_lib/fake_async';
export * from './src/test_lib/test_component_builder';
export * from './debug';