refactor: delete containsRegexp() (there is escapeRegExp() in the lang facade)

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.
This commit is contained in:
Victor Berchet
2016-06-20 14:21:01 -07:00
parent fdf6bc18dd
commit c5c456120c
7 changed files with 23 additions and 42 deletions

View File

@ -2,7 +2,6 @@ export * from './testing/fake_async';
export * from './testing/lang_utils';
export * from './testing/logger';
export * from './testing/ng_zone_mock';
export * from './testing/regexp';
export * from './testing/test_injector';
export * from './testing/testing';
export * from './testing/mock_application_ref';