File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ module.exports = function(config) {
76
76
// Specify browsers to run tests in.
77
77
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
78
78
browsers : [
79
- 'PhantomJS '
79
+ 'Chrome '
80
80
] ,
81
81
82
82
// Code coverage reporting.
Original file line number Diff line number Diff line change 25
25
"jsdoc" : " ^3.3.2" ,
26
26
"jshint" : " ^2.7.0" ,
27
27
"karma" : " ^0.13.3" ,
28
- "karma-chrome-launcher" : " ^0.1.8 " ,
28
+ "karma-chrome-launcher" : " ^0.1.12 " ,
29
29
"karma-cli" : " 0.0.4" ,
30
30
"karma-coverage" : " ^0.5.3" ,
31
31
"karma-html-reporter" : " ^0.2.7" ,
32
32
"karma-jasmine" : " ^0.1.5" ,
33
33
"karma-junit-reporter" : " ^0.3.8" ,
34
- "karma-phantomjs-launcher" : " ^1.0.0" ,
35
34
"karma-requirejs" : " ^0.2.2" ,
36
35
"lodash" : " ^3.10.1" ,
37
36
"markdown-toc" : " ^0.11.7" ,
40
39
"mkdirp" : " ^0.5.1" ,
41
40
"moment" : " ^2.11.1" ,
42
41
"node-bourbon" : " ^4.2.3" ,
43
- "phantomjs-prebuilt" : " 2.1.11" ,
44
42
"requirejs" : " 2.1.x" ,
45
43
"split" : " ^1.0.0"
46
44
},
You can’t perform that action at this time.
0 commit comments