From f8c2dac8365bff2fc7f9c6f03da3852b8b37a95c Mon Sep 17 00:00:00 2001 From: pfg Date: Tue, 29 Jul 2025 17:42:11 -0700 Subject: [PATCH] Fix docs in test.md (#21472) --- docs/cli/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";