Fix docs in test.md (#21472)

This commit is contained in:
pfg
2025-07-29 17:42:11 -07:00
committed by GitHub
parent 4bbe32fff8
commit f8c2dac836

View File

@@ -158,7 +158,7 @@ See [Test > Lifecycle](https://bun.com/docs/test/lifecycle) for complete documen
## Mocks
Create mock functions with the `mock` function. Mocks are automatically reset between tests.
Create mock functions with the `mock` function.
```ts
import { test, expect, mock } from "bun:test";