Skip to content

Commit

Permalink
fix: jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Feb 12, 2024
1 parent 2829e19 commit 02f40c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest-e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"testEnvironment": "node",
"testEnvironment": "jest-environment-jsdom",
"testEnvironmentOptions": {
"customExportConditions": [""]
}
Expand Down

0 comments on commit 02f40c3

Please sign in to comment.