Skip to content

Commit 4bef5a5

Browse files
committed
Enable debugging
1 parent 5f0f44c commit 4bef5a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = function (config) {
44
config.set({
55
basePath: 'src',
66
browserNoActivityTimeout: 100000,
7-
browsers: ['PhantomJS'],
7+
browsers: ['Chrome'],
88
frameworks: ['jasmine'],
99
files: [
1010
'../node_modules/es5-shim/es5-shim.js',

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"gulp-wrap-umd": "0.2.1",
4040
"jasmine-core": "2.3.4",
4141
"karma": "0.13.15",
42+
"karma-chrome-launcher": "^0.2.1",
4243
"karma-cli": "0.1.1",
4344
"karma-jasmine": "0.3.6",
4445
"karma-phantomjs-launcher": "0.2.1",

0 commit comments

Comments
 (0)