Skip to content

Commit 5663ffe

Browse files
author
Thomas Grainger
committed
add phantomjs Fixes #1144
1 parent 16f15e0 commit 5663ffe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ module.exports = function karma(config) {
4949
plugins: [
5050
'karma-chrome-launcher',
5151
'karma-firefox-launcher',
52+
'karma-phantomjs-launcher',
5253
'karma-mocha',
5354
'karma-webpack',
5455
'karma-sourcemap-loader',
@@ -74,6 +75,7 @@ module.exports = function karma(config) {
7475
],
7576

7677
browsers: [
78+
'PhantomJS',
7779
process.env.TRAVIS ? 'Chrome_travis' : 'Chrome',
7880
'Firefox',
7981
],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"karma-chrome-launcher": "^1.0.1",
9696
"karma-firefox-launcher": "^1.0.1",
9797
"karma-mocha": "^1.3.0",
98+
"karma-phantomjs-launcher": "^1.0.4",
9899
"karma-sourcemap-loader": "^0.3.7",
99100
"karma-webpack": "^1.8.1",
100101
"lerna": "^2.0.0",

0 commit comments

Comments
 (0)