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:
Julie Ralph 2015-12-01 17:41:20 -08:00 committed by Jeremy Elbourn
parent d1c284a3da
commit c08d76c7f8
3 changed files with 1 additions and 11 deletions

View File

@ -1,5 +0,0 @@
/**
* @deprecated Please use testing instead
*/
export * from './testing';

View File

@ -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';

View File

@ -1,5 +0,0 @@
/*
* @deprecated Please use testing_internal instead
*/
export * from './testing_internal';