chore(test): remove deprecated angular2/test and angular2/test_lib
These have been deprecated for a while. Instead of angular2/test, use angular2/testing. Instead of angular2/test_lib, use angular2_testing_internal.
This commit is contained in:
parent
d1c284a3da
commit
c08d76c7f8
|
@ -1,5 +0,0 @@
|
|||
/**
|
||||
* @deprecated Please use testing instead
|
||||
*/
|
||||
|
||||
export * from './testing';
|
|
@ -14,7 +14,7 @@ import {
|
|||
Log,
|
||||
isInInnerZone,
|
||||
browserDetection
|
||||
} from 'angular2/test_lib';
|
||||
} from 'angular2/testing_internal';
|
||||
|
||||
import {PromiseCompleter, PromiseWrapper, TimerWrapper} from 'angular2/src/facade/async';
|
||||
import {BaseException} from 'angular2/src/facade/exceptions';
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
/*
|
||||
* @deprecated Please use testing_internal instead
|
||||
*/
|
||||
|
||||
export * from './testing_internal';
|
Loading…
Reference in New Issue