Skip to content

Commit

Permalink
Merge pull request #272 from chilli-axe/dependabot/npm_and_yarn/front…
Browse files Browse the repository at this point in the history
…end/multi-40acfcd886

Bump cookie and msw in /frontend
  • Loading branch information
ndepaola authored Dec 30, 2024
2 parents 98198f8 + 6dc872d commit 131b5d4
Show file tree
Hide file tree
Showing 6 changed files with 833 additions and 1,400 deletions.
7 changes: 6 additions & 1 deletion frontend/jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ const config = {
"next-router-mock",
],

testEnvironment: "jest-environment-jsdom",
// https://mswjs.io/docs/migrations/1.x-to-2.x#requestresponsetextencoder-is-not-defined-jest
testEnvironment: "jest-fixed-jsdom",
// https://mswjs.io/docs/migrations/1.x-to-2.x#cannot-find-module-mswnode-jsdom
testEnvironmentOptions: {
customExportConditions: [""],
},
runtime: "@side/jest-runtime",
transform: {
"^.+\\.ts$": "@swc/jest",
Expand Down
Loading

0 comments on commit 131b5d4

Please sign in to comment.