Merge "Renamed karma-unit.conf.js"

This commit is contained in:
Jenkins 2016-05-23 12:38:01 +00:00 committed by Gerrit Code Review
commit 718f399ef9
2 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@
"clean": "grunt clean",
"lint": "eslint ./",
"pretest-unit": "grunt build",
"test-unit": "karma start ./karma-unit.conf.js",
"test-unit": "karma start ./karma.conf.js",
"test-functional": "grunt test:functional",
"test-integration": "grunt test:integration",
"draft": "grunt build:draft",