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.
npm test
1 parent cd2087d commit ac221e6Copy full SHA for ac221e6
package.json
@@ -16,7 +16,7 @@
16
"build": "NODE_ENV=production webpack modules/index.js dist/react-router.js",
17
"build-min": "NODE_ENV=production COMPRESS=1 webpack modules/index.js dist/react-router.min.js",
18
"examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples",
19
- "test": "jsxhint . && karma start"
+ "test": "jsxhint . && karma start --single-run"
20
},
21
"authors": [
22
"Ryan Florence",
0 commit comments