File SystemTest RunnerSet the system time in Bun's test runnerSet the system time in tests with the setSystemTime function from bun:test .Copy MarkdownOpenSpy on methods in `bun test`Use the spyOn utility to track method calls with Bun's test runner.Use snapshot testing in `bun test`Bun's test runner supports Jest-style snapshot testing with .toMatchSnapshot() .