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:
@ -638,7 +638,6 @@ const CORE_TESTING = [
|
||||
'beforeEach(fn:Function):void',
|
||||
'beforeEachProviders(fn:() => Array<any>):void',
|
||||
'clearPendingTimers():void',
|
||||
'containsRegexp(input:string):RegExp',
|
||||
'discardPeriodicTasks():void',
|
||||
'fakeAsync(fn:Function):Function',
|
||||
'fit(name:string, fn:Function, timeOut:number=null):void',
|
||||
|
Reference in New Issue
Block a user