Skip to content

Commit

Permalink
chore: wtv happened to the jest config I had
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Oct 14, 2024
1 parent 4562729 commit 675c9e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@
"setupFilesAfterEnv": [
"<rootDir>/src/jest-setup.ts"
],
"testEnvironmentOptions": {
"customExportConditions": [
""
]
},
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(scss|css|less)$": "<rootDir>/__mocks__/styleMock.js",
Expand Down

0 comments on commit 675c9e6

Please sign in to comment.