Skip to content

Commit

Permalink
chore(*): fix test:js ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalsky committed Oct 15, 2024
1 parent fcc04f3 commit 7eaf88a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/test/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ module.exports = function (config) {
};

if (process.env.CI) {
// eslint-disable-next-line no-console
console.log('ci env');
options.browsers = ['ChromeHeadless'];
options.browsers = ['ChromeTravis'];
}
config.set(options);
};
Expand Down

0 comments on commit 7eaf88a

Please sign in to comment.