Commit 5ec870d
fix(jest): Use relative path for setupFiles in Jest 30
Jest 30 no longer resolves <rootDir>/setupTests.js correctly, causing
CI failures on the release branch. Use ./setupTests.js instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d21c286 commit 5ec870d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments