forked from openlp/openlp
Use Firefox instead of PhantomJS
This commit is contained in:
parent
1b69498262
commit
7e11cb760e
@ -60,7 +60,7 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
// start these browsers
|
// start these browsers
|
||||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||||
browsers: ["PhantomJS"],
|
browsers: ["Firefox"],
|
||||||
|
|
||||||
// Continuous Integration mode
|
// Continuous Integration mode
|
||||||
// if true, Karma captures browsers, runs the tests and exits
|
// if true, Karma captures browsers, runs the tests and exits
|
||||||
|
@ -11,15 +11,12 @@
|
|||||||
"karma": "^3.1.4",
|
"karma": "^3.1.4",
|
||||||
"karma-coverage": "^1.1.2",
|
"karma-coverage": "^1.1.2",
|
||||||
"karma-jasmine": "^1.1.0",
|
"karma-jasmine": "^1.1.0",
|
||||||
"karma-phantomjs-launcher": "^1.0.4",
|
"karma-firefox-launcher": "^1.2.0",
|
||||||
"phantomjs-prebuilt": "^2.1.16"
|
"karma-log-reporter": "0.0.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "karma start --single-run"
|
"test": "karma start --single-run"
|
||||||
},
|
},
|
||||||
"author": "OpenLP Developers",
|
"author": "OpenLP Developers",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later"
|
||||||
"devDependencies": {
|
|
||||||
"karma-log-reporter": "0.0.4"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user