refactor(perf): e2e tests and benchpress should be written in es6
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
var benchpress = require('../../../../tools/benchpress/benchpress.js');
|
||||
var benchpress = require('../../../tools/benchpress/index.js');
|
||||
|
||||
describe('ng1.x compiler benchmark', function () {
|
||||
|
@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
var benchpress = require('../../../../tools/benchpress/benchpress.js');
|
||||
var benchpress = require('../../../tools/benchpress/index.js');
|
||||
|
||||
describe('ng1.x tree benchmark', function () {
|
||||
|
Reference in New Issue
Block a user