Skip to content

Commit 50cf872

Browse files
committed
Changed Karma:debug as leaving out the browser definition stalled.
1 parent e680eef commit 50cf872

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ module.exports = function (grunt) {
7272
debug: {
7373
configFile: 'test/test-config.js',
7474
runnerPort: 9999,
75-
singleRun: true
75+
singleRun: true,
76+
browsers: ['PhantomJS']
7677
}
7778
}
7879
});

0 commit comments

Comments
 (0)