Skip to content

Commit

Permalink
chore: remove outdated browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jul 1, 2024
1 parent 7465c5d commit 4ff1081
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 @@ -3,7 +3,7 @@
'use strict';

// configures browsers to run test against
// any of [ 'ChromeHeadless', 'Chrome', 'Firefox', 'IE', 'PhantomJS' ]
// any of [ 'ChromeHeadless', 'Chrome', 'Firefox' ]
var browsers = (process.env.TEST_BROWSERS || 'ChromeHeadless').split(',');

var singleStart = process.env.SINGLE_START;
Expand Down

0 comments on commit 4ff1081

Please sign in to comment.