Commit 92d99ee
committed
fix(web): exclude lib/__tests__ from Jest runner
Tests in lib/__tests__ use bun:test mock.module() which is not
supported by the Jest stub. These tests should run with bun test only.
This fixes CI failure where ban-conditions.test.ts failed due to
missing fetch polyfill when Stripe SDK was initialized.1 parent 3b790af commit 92d99ee
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments