Skip to content

Commit

Permalink
chore: remove redundant replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Jan 15, 2025
1 parent 3182286 commit f16fe2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function (config) {
singleRun: true,
client: {
mocha: {
timeout: 6000
timeout: 6000 // Default is 2s
}
},
webpack: {
Expand Down Expand Up @@ -61,9 +61,5 @@ module.exports = function (config) {
}
};

if (process.env.CI) {
configuration.browsers = ["ChromeHeadlessCI", "FirefoxHeadless"];
}

config.set(configuration);
};

0 comments on commit f16fe2f

Please sign in to comment.