Skip to content

Commit

Permalink
updating packages, adding headless chrome for karma to run remotley a…
Browse files Browse the repository at this point in the history
…nd target ES2022 to remove the warnings
  • Loading branch information
Jagoda11 committed May 22, 2024
1 parent 9558d69 commit 3c65f68
Show file tree
Hide file tree
Showing 3 changed files with 14,213 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ["Chrome"],
browsers: ["Chrome", "ChromeHeadless"],
singleRun: false,
restartOnFileChange: true,
});
Expand Down
Loading

0 comments on commit 3c65f68

Please sign in to comment.