mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGES: `containsRegexp` is no more exported from `@angular/core/testing`. It should not have been part of the public API in the first place.
7 lines
274 B
TypeScript
7 lines
274 B
TypeScript
export * from './testing/fake_async';
|
|
export * from './testing/lang_utils';
|
|
export * from './testing/logger';
|
|
export * from './testing/ng_zone_mock';
|
|
export * from './testing/test_injector';
|
|
export * from './testing/testing';
|
|
export * from './testing/mock_application_ref';
|