summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorCarson Gross <carson@bigsky.software>2022-06-16 14:18:01 -0600
committerCarson Gross <carson@bigsky.software>2022-06-16 14:18:01 -0600
commit4ff41be0bd1cc56477bc4af63992e0f2e555e753 (patch)
treea99fe722d80dfe65e56fc4a520c3c6c701ba83a1 /scripts
parent0a5fc2cdb91193c61a80eca7c873d0fa4fa67b13 (diff)
downloadhtmx-4ff41be0bd1cc56477bc4af63992e0f2e555e753.tar.gz
htmx-4ff41be0bd1cc56477bc4af63992e0f2e555e753.zip
include chai-dom in website build
Diffstat (limited to 'scripts')
-rw-r--r--scripts/www.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/www.js b/scripts/www.js
index f5a3a3b7..ccb7615e 100644
--- a/scripts/www.js
+++ b/scripts/www.js
@@ -9,6 +9,7 @@ fs.ensureDirSync(currentReleaseRoot);
fs.copySync("node_modules/mocha/mocha.js", currentReleaseRoot + "/node_modules/mocha/mocha.js");
fs.copySync("node_modules/mocha/mocha.css", currentReleaseRoot + "/node_modules/mocha/mocha.css");
fs.copySync("node_modules/chai/chai.js", currentReleaseRoot + "/node_modules/chai/chai.js");
+fs.copySync("node_modules/chai-dom/chai-dom.js", currentReleaseRoot + "/node_modules/chai-dom/chai-dom.js");
fs.copySync("node_modules/sinon/pkg/sinon.js", currentReleaseRoot + "/node_modules/sinon/pkg/sinon.js");
fs.copySync("test/", currentReleaseRoot + "/test");
fs.copySync("src/", currentReleaseRoot + "/src");