Julie Ralph 71c65b47f9 feat(test): add test bundle
Create a bundle for the test library, TestComponentBuilder,
TestInjector, and DebugElement.

Internal tests use a superset of the bundle.
2015-07-09 18:07:48 -07:00

14 lines
398 B
TypeScript

/**
* @module
* @public
* @description
* This module is used for writing tests for applications written in Angular.
*
* This module is not included in the `angular2` module; you must import the test module explicitly.
*
*/
export * from './src/test_lib/test_lib';
export * from './src/test_lib/test_component_builder';
export * from './src/test_lib/test_injector';
export * from './debug';