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:
@ -1,8 +1,4 @@
|
||||
import {
|
||||
getIntParameter,
|
||||
getStringParameter,
|
||||
bindAction
|
||||
} from 'angular2/src/test_lib/benchmark_util';
|
||||
import {getIntParameter, getStringParameter, bindAction} from 'angular2/src/testing/benchmark_util';
|
||||
declare var angular: any;
|
||||
|
||||
var totalRows = getIntParameter('rows');
|
||||
|
Reference in New Issue
Block a user