Commit de8c3a8
fix(jest): Use require.resolve for setupFiles path
Jest 30 fails to resolve setupFiles paths on certain Node versions.
Using require.resolve gives Jest an absolute path at config load time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5ec870d commit de8c3a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments