Skip to content

Commit f73aa02

Browse files
tyler-daneclaude
andcommitted
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

File tree

bun.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"yaml": "^2.9.0"
1616
},
1717
"devDependencies": {
18+
"@sinonjs/fake-timers": "^10.3.0",
1819
"@types/inquirer": "^9.0.1",
1920
"@types/node": "^24.7.2",
2021
"mongodb-memory-server": "^9.2.0",

0 commit comments

Comments
 (0)