Skip to content

Commit 9d98703

Browse files
committed
swap karma launcher for phantomjs2
1 parent 2db1b90 commit 9d98703

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ module.exports = function karmaConfig (config) {
3030
},
3131

3232
browsers: [
33-
// Run tests using PhantomJS
34-
'PhantomJS'
33+
// Run tests using PhantomJS2
34+
'PhantomJS2'
3535
],
3636

3737
singleRun: true,

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@
3737
"karma": "^0.13.14",
3838
"karma-coverage": "^0.5.3",
3939
"karma-jasmine": "^0.3.6",
40-
"karma-phantomjs-launcher": "^1.0.0",
41-
"karma-sourcemap-loader": "^0.3.6",
40+
"karma-phantomjs2-launcher": "^0.4.0",
41+
"karma-sourcemap-loader": "^0.3.7",
4242
"karma-spec-reporter": "0.0.24",
4343
"karma-webpack": "^1.7.0",
4444
"node-libs-browser": "^1.0.0",
4545
"null-loader": "^0.1.1",
46-
"phantomjs": "^2.1.3",
4746
"postcss-loader": "^0.8.0",
4847
"raw-loader": "^0.5.1",
4948
"rimraf": "^2.5.1",

0 commit comments

Comments
 (0)