Skip to content

Commit

Permalink
Replace karma-edge-launcher with newer package
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoschou committed Jan 11, 2023
1 parent 48dd76c commit 8c1cebc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = (karma) => {
plugins.push(require("karma-chrome-launcher"))
plugins.push(require("karma-firefox-launcher"))
host.os.mac && plugins.push(require("karma-safari-launcher"))
host.os.windows && plugins.push(require("karma-edge-launcher"))
host.os.windows && plugins.push(require("@chiragrupani/karma-chromium-edge-launcher"))
plugins.push(require("karma-coverage-istanbul-reporter"))

const config = buildConfig({
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
"@jsdevtools/eslint-config": "^1.0.7",
"@jsdevtools/host-environment": "^2.1.2",
"@jsdevtools/karma-config": "^3.1.7",
Expand Down

0 comments on commit 8c1cebc

Please sign in to comment.