Merge "Added test-auto-watch target"

This commit is contained in:
Jenkins 2015-06-22 19:58:27 +00:00 committed by Gerrit Code Review
commit bc474e53c3

View File

@ -25,7 +25,7 @@
"start": "http-server ./refstack-ui/app -a 0.0.0.0 -p 8080",
"pretest": "npm install",
"test": "karma start ./refstack-ui/tests/karma.conf.js --single-run",
"test-single-run": "karma start ./refstack-ui/tests/karma.conf.js --single-run",
"test-auto-watch": "karma start ./refstack-ui/tests/karma.conf.js --auto-watch",
"lint": "eslint -c ./.eslintrc --no-color ./refstack-ui"
}
}