chore(packaging): update import for the new file structure
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import {describe, ddescribe, it, iit, xit, xdescribe, expect, beforeEach, async, tick} from 'test_lib/test_lib';
|
||||
import {Log, once} from 'test_lib/test_lib';
|
||||
import {PromiseWrapper} from 'facade/src/async';
|
||||
import {BaseException} from 'facade/src/lang';
|
||||
import {VmTurnZone} from 'core/src/zone/vm_turn_zone';
|
||||
import {describe, ddescribe, it, iit, xit, xdescribe, expect, beforeEach, async, tick} from 'angular2/test_lib';
|
||||
import {Log, once} from 'angular2/test_lib';
|
||||
import {PromiseWrapper} from 'angular2/src/facade/async';
|
||||
import {BaseException} from 'angular2/src/facade/lang';
|
||||
import {VmTurnZone} from 'angular2/src/core/zone/vm_turn_zone';
|
||||
|
||||
export function main() {
|
||||
describe("VmTurnZone", () => {
|
||||
|
Reference in New Issue
Block a user