test: add 'npm run test:webpack' command
This commit is contained in:
parent
36c3d187ef
commit
adccafd9f3
|
@ -24,6 +24,7 @@
|
||||||
"pretest:node-debug": "echo \"Open Chrome to chrome://inspect to debug tests...\"",
|
"pretest:node-debug": "echo \"Open Chrome to chrome://inspect to debug tests...\"",
|
||||||
"test:node-debug": "mocha --timeout 5000 --inspect-brk tests",
|
"test:node-debug": "mocha --timeout 5000 --inspect-brk tests",
|
||||||
"test:manual": "parcel tests/index.html --out-dir tests/dist",
|
"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",
|
"test:migrations": "mocha tests/filesystems/migrations",
|
||||||
"pretest": "npm run lint",
|
"pretest": "npm run lint",
|
||||||
"test": "npm run karma-mocha",
|
"test": "npm run karma-mocha",
|
||||||
|
|
Loading…
Reference in New Issue