Renamed karma-unit.conf.js

There's only one karma config file, why not just name it karma?

Change-Id: I8ac12bf75c4e6287c4a3b93b31db225f0660f718
This commit is contained in:
Michael Krotscheck 2016-04-12 05:19:06 -07:00
parent f87bf1dce4
commit 64eb327556
2 changed files with 1 additions and 1 deletions

View File

@ -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",