Skip to content

Commit d921d83

Browse files
committed
Add an easy way to run test suite once
1 parent 2275d47 commit d921d83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"start": "webpack-dev-server --open --config webpack.dev.babel.js",
1414
"build": "webpack --config webpack.prod.babel.js",
1515
"test": "./node_modules/karma/bin/karma start karma.conf.js",
16+
"test:single": "./node_modules/karma/bin/karma start karma.conf.js --single-run",
1617
"test-travis": "./scripts/test-travis.sh"
1718
},
1819
"repository": {

0 commit comments

Comments
 (0)