Skip to content

Commit ac221e6

Browse files
committed
single run npm test
1 parent cd2087d commit ac221e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "NODE_ENV=production webpack modules/index.js dist/react-router.js",
1717
"build-min": "NODE_ENV=production COMPRESS=1 webpack modules/index.js dist/react-router.min.js",
1818
"examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples",
19-
"test": "jsxhint . && karma start"
19+
"test": "jsxhint . && karma start --single-run"
2020
},
2121
"authors": [
2222
"Ryan Florence",

0 commit comments

Comments
 (0)