Skip to content

Commit

Permalink
#6 added changing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprice committed Mar 24, 2017
1 parent c87d09b commit b06c423
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 @@ -20,7 +20,7 @@
},
"scripts": {
"postinstall": "browserify src/main/resources/static/js/*.js | uglifyjs -c -o src/main/resources/static/js/bundle/holdmail.js",
"test": "jest",
"test": "karma start src/test/js/karma.conf.js",
"license-report": "license-report --output=table --only=prod",
"buildReact": "watchify src/main/resources/static/js/react/app.js -o src/main/resources/static/js/bundle/babelify.js -t [ babelify --presets [ es2015 react ] ]",
"test-debug": "./node_modules/.bin/node-debug ./node_modules/.bin/jest -i --watch"
Expand Down

0 comments on commit b06c423

Please sign in to comment.