1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-05-02 00:49:20 +03:00

Use PhantomJS as test browser

This commit is contained in:
Bruno Dias 2015-04-18 12:22:35 -03:00
parent 438ff23461
commit 931a8b780b
2 changed files with 5 additions and 3 deletions

View file

@ -58,7 +58,7 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['Chrome'],
browsers: ['PhantomJS'],
// Continuous Integration mode

View file

@ -30,15 +30,17 @@
"karma": "^0.12.31",
"karma-babel-preprocessor": "^5.0.1",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "^3.1.0"
},
"browserify": {
"transform": ["babelify"]
"transform": [
"babelify"
]
},
"private": true
}