diff options
author | 2023-09-10 11:32:31 -0700 | |
---|---|---|
committer | 2023-09-10 11:32:31 -0700 | |
commit | f64b504bae06f6470e241517ce85588f7abcb363 (patch) | |
tree | a52aa862ad541eb17f95e99843ab8891af4b289d | |
parent | 97153c5a5f036f636af3c75955b6548fbc87559d (diff) | |
download | bun-f64b504bae06f6470e241517ce85588f7abcb363.tar.gz bun-f64b504bae06f6470e241517ce85588f7abcb363.tar.zst bun-f64b504bae06f6470e241517ce85588f7abcb363.zip |
Update todo-tests.md (#4771)
-rw-r--r-- | docs/guides/test/todo-tests.md | 2 |
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 |