Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed Nov 3, 2015
1 parent 085fe3f commit 90067c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "babel-node ./node_modules/.bin/webpack --stats --config ./webpack/prod.config.js",
"dev": "babel-node ./webpack/dev-server.js",
"test": "karma start --single-run",
"test": "babel-node ./node_modules/.bin/karma start --single-run",
"dev-test": "karma start",
"lint": "eslint app server webpack --ext .jsx,.js"
},
Expand Down

0 comments on commit 90067c9

Please sign in to comment.