Commit 554c7a4
committed
Pin Bun version to 1.2.22
Bun 1.2.23 introduced a regression causing false positives for nested
test() detection, breaking previously working tests with "test() inside
another test() is not yet implemented" errors.
Pinning to 1.2.22 until this regression is fixed.
oven-sh/bun#50901 parent 5917d3f commit 554c7a4
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
0 commit comments