Merge "Use `gulp unit` instead of calling karma directly."

This commit is contained in:
Jenkins 2015-10-23 14:13:15 +00:00 committed by Gerrit Code Review
commit 4d10db888b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
},
"scripts": {
"pretest": "npm install",
"test": "karma start test/karma.conf.js",
"test": "gulp unit",
"preprotractor": "npm run update-webdriver",
"protractor": "npm run protractor test/protractor.conf.js",
"lint": "eslint ./"