aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar toneyzhen <toneyz@uci.edu> 2023-09-10 11:32:31 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-10 11:32:31 -0700
commitf64b504bae06f6470e241517ce85588f7abcb363 (patch)
treea52aa862ad541eb17f95e99843ab8891af4b289d
parent97153c5a5f036f636af3c75955b6548fbc87559d (diff)
downloadbun-f64b504bae06f6470e241517ce85588f7abcb363.tar.gz
bun-f64b504bae06f6470e241517ce85588f7abcb363.tar.zst
bun-f64b504bae06f6470e241517ce85588f7abcb363.zip
Update todo-tests.md (#4771)
-rw-r--r--docs/guides/test/todo-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/test/todo-tests.md b/docs/guides/test/todo-tests.md
index 611bc674d..062abfd90 100644
--- a/docs/guides/test/todo-tests.md
+++ b/docs/guides/test/todo-tests.md
@@ -44,7 +44,7 @@ test.todo("unimplemented feature", () => {
---
-If an implementation is provides, it will be executed and _expected to fail_ by test runner! If a todo test passes, the `bun test` run will return a non-zero exit code to signal the failure.
+If an implementation is provided, it will be executed and _expected to fail_ by test runner! If a todo test passes, the `bun test` run will return a non-zero exit code to signal the failure.
```sh
$ bun test