refactor(perf): e2e tests and benchpress should be written in es6

This commit is contained in:
Tobias Bosch
2015-01-06 15:19:22 -08:00
parent 373fd7d04a
commit fe2a09bc7f
17 changed files with 96 additions and 20 deletions

View File

@ -1,6 +1,9 @@
// load traceur runtime as our tests are written in es6
require('traceur/bin/traceur-runtime.js');
var config = exports.config = {
specs: ['modules/*/test/**/*_perf.js'],
specs: ['dist/cjs/**/*_perf.js'],
params: {
timeBenchmark: {