Move to Chromium for JS tests

This commit is contained in:
Raoul Snyman 2019-08-26 14:35:49 -07:00
parent 81ed036002
commit d6d7d9d549
2 changed files with 3 additions and 2 deletions

View File

@ -60,7 +60,7 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ["Firefox"],
browsers: ["Chromium"],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits

View File

@ -9,9 +9,10 @@
"dependencies": {
"jasmine-core": "^2.6.4",
"karma": "^3.1.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-jasmine": "^1.1.0",
"karma-log-reporter": "0.0.4"
},
"scripts": {