aboutsummaryrefslogtreecommitdiff
path: root/docs/test
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-21 01:18:43 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-21 01:18:43 -0700
commit7ad1fc4f8ffc172ff538d64089ded3d952f1fd1a (patch)
tree4ef7b6b5caa6b5874369cd0ed6e345a74baee19f /docs/test
parent40ee435a4b7de92330e5b09cad03fec866ea91a8 (diff)
downloadbun-7ad1fc4f8ffc172ff538d64089ded3d952f1fd1a.tar.gz
bun-7ad1fc4f8ffc172ff538d64089ded3d952f1fd1a.tar.zst
bun-7ad1fc4f8ffc172ff538d64089ded3d952f1fd1a.zip
Update extending.md
Diffstat (limited to 'docs/test')
-rw-r--r--docs/test/extending.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/test/extending.md b/docs/test/extending.md
index cf21cee39..6bd4ca83c 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