From adccafd9f33f218b2af41c77e6727929dad8adb2 Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sun, 21 Mar 2021 13:40:11 +0000 Subject: [PATCH] test: add 'npm run test:webpack' command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f9f99fe..ee84b8b 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "pretest:node-debug": "echo \"Open Chrome to chrome://inspect to debug tests...\"", "test:node-debug": "mocha --timeout 5000 --inspect-brk tests", "test:manual": "parcel tests/index.html --out-dir tests/dist", + "test:webpack": "webpack serve --config ./tests/webpack.config.js --env ignoreRequestDependancyExpressionWarnings", "test:migrations": "mocha tests/filesystems/migrations", "pretest": "npm run lint", "test": "npm run karma-mocha",