Commit f73aa02
fix(scripts): declare @sinonjs/fake-timers for the bun compat shim
The jest->bun compat shim requires @sinonjs/fake-timers, previously satisfied
transitively via jest. Removing jest orphaned it, so a frozen-lockfile install
in CI could no longer resolve it and every unit job that loads the shim (core,
web, backend, scripts) failed. Declare it explicitly.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a3b94d2 commit f73aa02
2 files changed
Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments