fix(testing): remove deprecated testing APIs (#9923)

See https://github.com/angular/angular/blob/master/CHANGELOG.md for
prior deprecation and how to update.
This commit is contained in:
Julie Ralph
2016-07-11 16:04:32 -07:00
committed by GitHub
parent 94dc632a6d
commit 9af2d8b810
71 changed files with 122 additions and 416 deletions

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {beforeEach, ddescribe, describe, expect, iit, it} from '@angular/core/testing';
import {expect} from '@angular/core/testing/testing_internal';
import {BaseException} from '../../src/facade/exceptions';
import {isBlank, isPresent, stringify} from '../../src/facade/lang';

View File

@ -7,7 +7,6 @@
*/
import {KeyRegistry, ReflectiveKey} from '@angular/core/src/di/reflective_key';
import {beforeEach, describe, expect, iit, it} from '@angular/core/testing';
export function main() {
describe('key', function() {