Skip to content

Commit

Permalink
Downgrade jest-webextension-mock to 3.9.0
Browse files Browse the repository at this point in the history
until fix is merged: RickyMarou/jest-webextension-mock#19

Signed-off-by: Patrick Harböck <[email protected]>
  • Loading branch information
Pharb committed Feb 18, 2025
1 parent 2b4a310 commit 6f428ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-environment-jsdom-global": "^4.0.0",
"jest-plugin-unhandled-promise": "^2.9.0",
"jest-webextension-mock": "^4.0.0",
"jest-webextension-mock": "3.9.0",
"prettier": "^3.5.1",
"web-ext": "^8.4.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3032,10 +3032,10 @@ jest-watcher@^29.7.0:
jest-util "^29.7.0"
string-length "^4.0.1"

jest-webextension-mock@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jest-webextension-mock/-/jest-webextension-mock-4.0.0.tgz#0f5b38d79796a75b8a84e45542796e1ed36c301c"
integrity sha512-s6q0z6dEa632MUa6334kStxY2BL86B8vntd9OsvBdOpqYX9BzY6ictX6akXlMyo9YGjDXqwmXdeyrtjXWDH07A==
jest-webextension-mock@3.9.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/jest-webextension-mock/-/jest-webextension-mock-3.9.0.tgz#2f55f86a5d48c7b9a234966b97703810821644d6"
integrity sha512-cknPFLO3cD2GwsgpVWwcsW+s2CoKKsEHCDNDw1ZNrA5+9R28/g4UOC2CEPc+Z+MwvoNjvIsEsowJy7L6MldBYg==

jest-worker@^29.7.0:
version "29.7.0"
Expand Down

0 comments on commit 6f428ef

Please sign in to comment.