Skip to content

Commit

Permalink
add phantomjs Fixes #1144
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Sep 26, 2017
1 parent 4432158 commit 283a05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karma.conf.js
Expand Up @@ -49,6 +49,7 @@ module.exports = function karma(config) {
plugins: [
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-phantomjs-launcher',
'karma-mocha',
'karma-webpack',
'karma-sourcemap-loader',
Expand All @@ -74,6 +75,7 @@ module.exports = function karma(config) {
],

browsers: [
'PhantomJS',
process.env.TRAVIS ? 'Chrome_travis' : 'Chrome',
'Firefox',
],
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -95,6 +95,7 @@
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.1",
"lerna": "^2.0.0",
Expand Down

0 comments on commit 283a05b

Please sign in to comment.