Create a bundle for the test library, TestComponentBuilder, TestInjector, and DebugElement. Internal tests use a superset of the bundle.
6 lines
191 B
TypeScript
6 lines
191 B
TypeScript
// 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';
|