Migrate from Jest to Bun's test runner
In many cases, Bun's test runner can run Jest test suites with no code changes. Run bun test instead of npx jest or yarn test .
Spy on methods in `bun test`
Use the spyOn utility to track method calls with Bun's test runner.