File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ module.exports = function (config) {
6161
6262 // start these browsers
6363 // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
64- browsers : isTestWatch ? [ 'Chrome' ] : [ 'PhantomJS' ] ,
64+ browsers : [ 'Chrome' ] ,
6565
6666 // Continuous Integration mode
6767 // if true, Karma captures browsers, runs the tests and exits
Original file line number Diff line number Diff line change 6464 "karma-coverage" : " ^1.0.0" ,
6565 "karma-jasmine" : " ^1.0.2" ,
6666 "karma-mocha-reporter" : " ^2.0.3" ,
67- "karma-phantomjs-launcher" : " ^1.0.0" ,
6867 "karma-remap-istanbul" : " 0.2.1" ,
6968 "karma-sourcemap-loader" : " ^0.3.7" ,
7069 "karma-webpack" : " 1.8.0" ,
7170 "node-sass" : " ^3.4.2" ,
7271 "null-loader" : " 0.1.1" ,
73- "phantomjs-prebuilt" : " ^2.1.4" ,
7472 "postcss-loader" : " ^1.1.0" ,
7573 "protractor" : " ^4.0.10" ,
7674 "raw-loader" : " 0.5.1" ,
You can’t perform that action at this time.
0 commit comments