diff --git a/docs/cli/test.md b/docs/cli/test.md index 6eda8797d4..bd636bcc39 100644 --- a/docs/cli/test.md +++ b/docs/cli/test.md @@ -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";