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:
@ -21,7 +21,7 @@ import {
|
||||
import {ChangeDetectorGenConfig} from 'angular2/src/core/change_detection/change_detection';
|
||||
import {ViewResolver} from 'angular2/src/core/linker/view_resolver';
|
||||
|
||||
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';
|
||||
import {getIntParameter, bindAction} from 'angular2/src/testing/benchmark_util';
|
||||
|
||||
function _createBindings(): Provider[] {
|
||||
var multiplyTemplatesBy = getIntParameter('elements');
|
||||
|
@ -1,7 +1,7 @@
|
||||
import {SelectorMatcher} from "angular2/src/core/compiler/selector";
|
||||
import {CssSelector} from "angular2/src/core/compiler/selector";
|
||||
import {StringWrapper, Math} from 'angular2/src/core/facade/lang';
|
||||
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';
|
||||
import {getIntParameter, bindAction} from 'angular2/src/testing/benchmark_util';
|
||||
import {BrowserDomAdapter} from 'angular2/src/core/dom/browser_adapter';
|
||||
|
||||
export function main() {
|
||||
|
Reference in New Issue
Block a user