Skip to content

Commit 2b57b44

Browse files
committed
test: add 'npm run test:webpack' command
1 parent 4746e63 commit 2b57b44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"pretest:node-debug": "echo \"Open Chrome to chrome://inspect to debug tests...\"",
2525
"test:node-debug": "mocha --timeout 5000 --inspect-brk tests",
2626
"test:manual": "parcel tests/index.html --out-dir tests/dist",
27+
"test:webpack": "webpack serve --config ./tests/webpack.config.js --env ignoreRequestDependancyExpressionWarnings",
2728
"test:migrations": "mocha tests/filesystems/migrations",
2829
"pretest": "npm run lint",
2930
"test": "npm run karma-mocha",

0 commit comments

Comments
 (0)