Commit fa8f915
committed
fix(web): exclude healthz test from Jest to fix CI failure
The healthz test uses bun:test and NextResponse.json() which requires
Web API globals (Request) not available in Jest jsdom environment.
Other API route tests are already excluded from Jest for similar reasons.1 parent 25c5a3b commit fa8f915
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments