File SystemTest RunnerUse snapshot testing in `bun test`Bun's test runner supports Jest-style snapshot testing with .toMatchSnapshot() .Copy MarkdownOpenSet the system time in Bun's test runnerSet the system time in tests with the setSystemTime function from bun:test .Update snapshots in `bun test`Bun's test runner supports Jest-style snapshot testing with .toMatchSnapshot() .