refactor(test): rename test_lib to testing
Old test_lib is now testing_internal test_lib_public is now testing
This commit is contained in:
@ -9,7 +9,7 @@ import {
|
||||
it,
|
||||
xdescribe,
|
||||
xit,
|
||||
} from 'angular2/test_lib';
|
||||
} from 'angular2/testing_internal';
|
||||
|
||||
import {Component, View, Inject, EventEmitter} from 'angular2/angular2';
|
||||
import {createUpgradeModule, UpgradeModule} from 'upgrade/upgrade';
|
||||
|
@ -9,7 +9,7 @@ import {
|
||||
it,
|
||||
xdescribe,
|
||||
xit,
|
||||
} from 'angular2/test_lib';
|
||||
} from 'angular2/testing_internal';
|
||||
|
||||
import {Component, View} from 'angular2/angular2';
|
||||
import {getComponentInfo, parseFields} from 'upgrade/src/metadata';
|
||||
|
Reference in New Issue
Block a user