We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbebc13 commit bff2123Copy full SHA for bff2123
package.json
@@ -95,7 +95,8 @@
95
"prepublish": "npm run build",
96
"build": "webpack",
97
"test-build": "webpack --config webpack-tests.config.js",
98
- "test": "cross-env NODE_ENV=test mocha -t 30000 -R ${REPORTER:-spec} tests/unit/index.js",
+ "test": "npm run test-node",
99
+ "test-node": "cross-env NODE_ENV=test mocha -t 30000 -R ${REPORTER:-spec} tests/unit/index.js",
100
"test-karma": "karma start",
101
"test-karma-sauce": "karma start karma-sauce.conf",
102
"test-server": "node tests/server.js",
0 commit comments