Commit 9bda8c8
fix(jest): Inline setupTests into jest.config.js
Jest 30's new module resolver fails to find setupFiles on certain Node
versions. Since setupTests.js only sets one env var, inline it directly
in the config to avoid the resolution issue entirely.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent de8c3a8 commit 9bda8c8
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
4 | | - | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
This file was deleted.
0 commit comments