Skip to content

Commit

Permalink
Fix karma.config
Browse files Browse the repository at this point in the history
  • Loading branch information
adiletelf committed Apr 2, 2024
1 parent 752cb80 commit 74011f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ process.env.CHROME_BIN = require("playwright-chromium").chromium.executablePath(

module.exports = (config) => {
config.set({
browsers: ["ChromeDebugging"],
browsers: ["ChromeHeadless"],
customLaunchers: {
ChromeDebugging: {
base: "ChromeHeadless",
Expand Down

0 comments on commit 74011f1

Please sign in to comment.