diff --git a/mkrfile.js b/mkrfile.js index ae230d22..ff3da631 100644 --- a/mkrfile.js +++ b/mkrfile.js @@ -152,10 +152,6 @@ module.exports = function (suite) { .includeit() .write(build + '/test/scripts.js', true); - $(root + '/test/tests.js') - .includeit() - .write(build + '/test/tests.js', true); - $(root + '/test/index.html.jade') .jade(env) .write(build + '/test/index.html', true);