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 6, 2024
1 parent 9f42e8d commit 768417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 768417d

Please sign in to comment.