From 7ad1fc4f8ffc172ff538d64089ded3d952f1fd1a Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 21 May 2023 01:18:43 -0700 Subject: [PATCH] Update extending.md --- docs/test/extending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test/extending.md b/docs/test/extending.md index cf21cee39d..6bd4ca83c5 100644 --- a/docs/test/extending.md +++ b/docs/test/extending.md @@ -66,7 +66,7 @@ Calling `expect`, `test`, or any other test function inside a lifecycle hook wil You can use `console.log` or any other function otherwise inside a lifecycle hook. -We haven't implemented timer simulation or `Math.random` mocking yet. If you need these features, please [open an issue](https://bun.sh/issues). +We haven't implemented timer simulation, test isolation, or `Math.random` mocking yet. If you need these features, please [open an issue](https://bun.sh/issues). ### The lifecycle of bun:test