Merge "npm run test is now a single-run"

This commit is contained in:
Jenkins 2015-06-12 16:18:49 +00:00 committed by Gerrit Code Review
commit 409943e65b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"prestart": "npm install",
"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",
"test": "karma start ./refstack-ui/tests/karma.conf.js --single-run",
"test-single-run": "karma start ./refstack-ui/tests/karma.conf.js --single-run",
"lint": "eslint -c ./.eslintrc --no-color ./refstack-ui"
}