Skip to content

Commit f0fce55

Browse files
committed
remove phantomjs, no longer the community recommendation
1 parent 527c2b0 commit f0fce55

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,11 @@
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",

0 commit comments

Comments
 (0)