Skip to content

Commit 325fe0a

Browse files
committed
move back to phantomjs launcher
Fixes #17
1 parent 0499f98 commit 325fe0a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 PhantomJS2
34-
'PhantomJS2'
33+
// Run tests using PhantomJS
34+
'PhantomJS'
3535
],
3636

3737
singleRun: true,

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@
3838
"karma": "^0.13.14",
3939
"karma-coverage": "^0.5.3",
4040
"karma-jasmine": "^0.3.6",
41-
"karma-phantomjs2-launcher": "^0.5.0",
41+
"karma-phantomjs-launcher": "^1.0.0",
4242
"karma-sourcemap-loader": "^0.3.7",
4343
"karma-spec-reporter": "0.0.24",
4444
"karma-webpack": "^1.7.0",
4545
"node-libs-browser": "^1.0.0",
4646
"null-loader": "^0.1.1",
47+
"phantomjs-prebuilt": "^2.1.4",
4748
"postcss-loader": "^0.8.0",
4849
"raw-loader": "^0.5.1",
4950
"rimraf": "^2.5.1",

0 commit comments

Comments
 (0)