Skip to content

Commit

Permalink
Remove Firefox tests on GitHub.
Browse files Browse the repository at this point in the history
This avoids a bug starting Firefox on Mac: karma-runner/karma-firefox-launcher#328
  • Loading branch information
ray-lee committed Feb 2, 2024
1 parent cfcdfc0 commit d65a9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -23,7 +23,7 @@ const getTestFiles = (config) => {

module.exports = function karma(config) {
const localBrowsers = ['Chrome'];
const githubBrowsers = ['Chrome', 'Firefox'];
const githubBrowsers = ['Chrome'];

let browsers;

Expand Down

0 comments on commit d65a9c5

Please sign in to comment.