Skip to content

Commit 16a3c2f

Browse files
committed
chore(tests): fix karma debug in Chrome
Karma-chrome-launcher was missing. Forgot it in ee07267
1 parent edd44de commit 16a3c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"jasmine-core": "^2.3.4",
5050
"jshint-stylish": "^2.0.1",
5151
"karma": "^0.13.4",
52+
"karma-chrome-launcher": "^0.2.1",
5253
"karma-coverage": "^0.5.0",
5354
"karma-firefox-launcher": "^0.1.3",
5455
"karma-jasmine": "^0.3.6",
@@ -65,7 +66,7 @@
6566
},
6667
"scripts": {
6768
"test": "grunt test",
68-
"debug": "./node_modules/.bin/karma start karma.conf.js --browsers=Chrome --debug --autoWatch=true",
69+
"debug": "karma start karma.conf.js --browsers=Chrome --debug --autoWatch=true",
6970
"saucelabs": "grunt karma:sauce",
7071
"coveralls": "grunt coveralls"
7172
}

0 commit comments

Comments
 (0)