diff options
author | carson <carson@leaddyno.com> | 2020-05-14 06:32:57 -0700 |
---|---|---|
committer | carson <carson@leaddyno.com> | 2020-05-14 06:32:57 -0700 |
commit | c0e4afd00b699cf5ec4692ebed044a0b20e4e63e (patch) | |
tree | 65c60aef0d8e68e795d0bc1a72d9d3a1f8cfb2e5 /scripts | |
parent | 91772b2d45cdaae66940e16ef6d244b8909c54bd (diff) | |
download | htmx-c0e4afd00b699cf5ec4692ebed044a0b20e4e63e.tar.gz htmx-c0e4afd00b699cf5ec4692ebed044a0b20e4e63e.zip |
public testing mechanism
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/www.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/www.js b/scripts/www.js index 00195f44..0e016046 100644 --- a/scripts/www.js +++ b/scripts/www.js @@ -10,4 +10,5 @@ fs.copySync("node_modules/mocha/mocha.css", testRoot + "/node_modules/mocha/moch fs.copySync("node_modules/chai/chai.js", testRoot + "/node_modules/chai/chai.js"); fs.copySync("node_modules/sinon/pkg/sinon.js", testRoot + "/node_modules/sinon/pkg/sinon.js"); fs.copySync("test/", testRoot + "/test"); -fs.copySync("src/", testRoot + "/src");
\ No newline at end of file +fs.copySync("src/", testRoot + "/src"); +fs.copySync("src/kutty.js", "www/js/kutty.js");
\ No newline at end of file |