Skip to content

Commit

Permalink
Add an easy way to run test suite once
Browse files Browse the repository at this point in the history
  • Loading branch information
meiamsome committed Jun 26, 2018
1 parent 2275d47 commit d921d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"start": "webpack-dev-server --open --config webpack.dev.babel.js",
"build": "webpack --config webpack.prod.babel.js",
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"test:single": "./node_modules/karma/bin/karma start karma.conf.js --single-run",
"test-travis": "./scripts/test-travis.sh"
},
"repository": {
Expand Down

0 comments on commit d921d83

Please sign in to comment.