File SystemTest RunnerSpy on methods in `bun test`Use the spyOn utility to track method calls with Bun's test runner.Copy MarkdownOpenMock functions in `bun test`Create mocks with the mock function from bun:test .Set the system time in Bun's test runnerSet the system time in tests with the setSystemTime function from bun:test .