From 25512104265aa568ca98e5bd89a977203ee261a6 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 14 Jul 2023 11:33:07 -0700 Subject: Update docs --- docs/cli/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cli') diff --git a/docs/cli/test.md b/docs/cli/test.md index 7af8dcc20..209685042 100644 --- a/docs/cli/test.md +++ b/docs/cli/test.md @@ -69,7 +69,7 @@ See [Test > Lifecycle](/docs/test/lifecycle) for complete documentation. Create mocks with the `mock` function. Mocks are automatically reset between tests. -``` +```ts import { test, expect, mock } from "bun:test"; const random = mock(() => Math.random()); -- cgit v1.2.3