move testing to make clear what it is for

This commit is contained in:
carson
2020-05-14 06:36:01 -07:00
parent c0e4afd00b
commit b763f91207
36 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ var fs = require('fs-extra');
console.log(config.version)
var testRoot = "www/v/" + config.version;
var testRoot = "www/tests/" + config.version;
fs.ensureDirSync(testRoot);
fs.copySync("node_modules/mocha/mocha.js", testRoot + "/node_modules/mocha/mocha.js");
fs.copySync("node_modules/mocha/mocha.css", testRoot + "/node_modules/mocha/mocha.css");