repackaging: all the repackaging changes squashed
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {describe, it, fakeAsync, expect, tick, clearPendingTimers} from 'angular2/testing';
|
||||
import {describe, it, fakeAsync, expect, tick, clearPendingTimers} from '@angular/core/testing';
|
||||
|
||||
// #docregion basic
|
||||
describe('this test', () => {
|
||||
@ -26,4 +26,4 @@ describe('this test', () => {
|
||||
clearPendingTimers();
|
||||
}));
|
||||
});
|
||||
// #enddocregion
|
||||
// #enddocregion
|
||||
|
@ -1,4 +1,4 @@
|
||||
import {expect} from 'angular2/testing';
|
||||
import {expect} from '@angular/core/testing';
|
||||
|
||||
var value: any;
|
||||
var element: any;
|
||||
|
@ -1,16 +1,14 @@
|
||||
import {
|
||||
describe,
|
||||
fdescribe,
|
||||
xdescribe,
|
||||
it,
|
||||
fit,
|
||||
xit,
|
||||
beforeEach,
|
||||
afterEach,
|
||||
beforeEachProviders,
|
||||
inject
|
||||
} from 'angular2/testing';
|
||||
import {provide} from 'angular2/core';
|
||||
} from '@angular/core/testing/testing_internal';
|
||||
import {provide} from '@angular/core';
|
||||
|
||||
var db: any;
|
||||
class MyService {}
|
||||
|
Reference in New Issue
Block a user