mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-25 05:06:13 +00:00
move testing to make clear what it is for
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user