This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ module.exports = function(config) {
70
70
// - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`)
71
71
// - PhantomJS
72
72
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
73
- browsers : [ 'Firefox' , 'Chrome ' ] ,
73
+ browsers : [ 'Firefox' , 'PhantomJS ' ] ,
74
74
75
75
client : {
76
76
// Do not clear the context as this can cause reload failures with Jasmine
Original file line number Diff line number Diff line change 58
58
"gulp-util" : " ^3.0.1" ,
59
59
"gulp-webserver" : " ^0.9.1" ,
60
60
"jasmine-core" : " ^2.2.0" ,
61
- "jquery" : " ^3.0.0 " ,
62
- "jshint" : " ^2.9.2 " ,
63
- "jshint-summary " : " ^0.4.0 " ,
64
- "karma" : " ^1.0.0 " ,
65
- "karma-firefox-launcher " : " ^1.0.0 " ,
66
- "karma-jasmine " : " ^1.0.2 " ,
67
- "karma-chrome -launcher" : " ^1.0.0 " ,
68
- "karma-sauce-launcher " : " ^1.0.0 " ,
69
- "lazypipe " : " ^1 .0.1 " ,
70
- "lodash " : " ^4.13.1 " ,
61
+ "jquery" : " ^2.1.3 " ,
62
+ "jshint-summary " : " ^0.3.0 " ,
63
+ "karma " : " ^0.13.15 " ,
64
+ "karma-firefox-launcher " : " ^0.1.3 " ,
65
+ "karma-jasmine " : " ^0.3.6 " ,
66
+ "karma-phantomjs-launcher " : " ^1.0.0 " ,
67
+ "karma-sauce -launcher" : " ^0.2.14 " ,
68
+ "lazypipe " : " ^0.2.2 " ,
69
+ "lodash " : " ^3 .0.0 " ,
70
+ "merge-stream " : " ^0.1.6 " ,
71
71
"minimist" : " ^1.1.0" ,
72
72
"mkdirp" : " ^0.5.0" ,
73
73
"phantomjs-prebuilt" : " ^2.1.7" ,
You can’t perform that action at this time.
0 commit comments