summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorAnike Arni <anikarni@gmail.com>2017-02-08 13:51:11 -0200
committerGitHub <noreply@github.com>2017-02-08 13:51:11 -0200
commita1c384cebd80e177389ef79c2de6400db986aaa6 (patch)
tree7d2e14fbf931fd50769510bfc5809f41e5c48dbf /web-ui/package.json
parent48e5acd386123a06586c20bf192fc18b5471da13 (diff)
parentaa26a47abac48d817a04a4f2375f1378767fa83c (diff)
Merge pull request #964 from pixelated/backup-email-page
Refactoring react code
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index ff4201c0..dba34e97 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -65,7 +65,8 @@
},
"scripts": {
"test": "npm run jshint --silent && npm run build-statics --silent && npm run mocha-test && npm run karma-test",
- "mocha-test": "mocha-webpack --webpack-config webpack.test.config.js \"test/spec/account_recovery/**/*.spec.js\"",
+ "mocha-test": "mocha-webpack --webpack-config webpack.test.config.js \"test/unit/**/*.spec.js\"",
+ "mocha-watch": "mocha-webpack --watch --webpack-config webpack.test.config.js \"test/unit/**/*.spec.js\"",
"karma-test": "karma start --single-run $GRUNT_OPTS",
"debug": "npm run build && karma start --browsers Chrome $GRUNT_OPTS",
"watch": "npm run compass-watch & npm run handlebars-watch & npm run build-js-watch",