We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4746e63 commit 2b57b44Copy full SHA for 2b57b44
package.json
@@ -24,6 +24,7 @@
24
"pretest:node-debug": "echo \"Open Chrome to chrome://inspect to debug tests...\"",
25
"test:node-debug": "mocha --timeout 5000 --inspect-brk tests",
26
"test:manual": "parcel tests/index.html --out-dir tests/dist",
27
+ "test:webpack": "webpack serve --config ./tests/webpack.config.js --env ignoreRequestDependancyExpressionWarnings",
28
"test:migrations": "mocha tests/filesystems/migrations",
29
"pretest": "npm run lint",
30
"test": "npm run karma-mocha",
0 commit comments