Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Fix browser launching for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Jun 22, 2022
1 parent bc78359 commit d873c8a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 3 deletions.
7 changes: 4 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ module.exports = config => config.set({
frameworks: ["mocha", "chai", "sinon", "webpack"],

plugins: [
require("karma-webpack"),
require("karma-chai"),
require("karma-chrome-launcher"),
require("karma-firefox-launcher"),
require("karma-mocha"),
require("karma-chai"),
require("karma-sinon"),
require("karma-spec-reporter")
require("karma-spec-reporter"),
require("karma-webpack")
],

preprocessors: {
Expand Down
42 changes: 42 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 @@ -72,6 +72,7 @@
"jsx-control-statements": "^3.2.8",
"karma": "^6.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.5",
Expand Down

0 comments on commit d873c8a

Please sign in to comment.