refactor(perf): e2e tests and benchpress should be written in es6
This commit is contained in:
6
tools/build/benchpress.js
Normal file
6
tools/build/benchpress.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = function(gulp, plugins, config) {
|
||||
return function(done) {
|
||||
del(config.path, done);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user