aboutsummaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/expect-to-equal/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/expect-to-equal/README.md b/bench/expect-to-equal/README.md
index d9023f4a7..3e7e3594b 100644
--- a/bench/expect-to-equal/README.md
+++ b/bench/expect-to-equal/README.md
@@ -10,7 +10,7 @@ To run in Bun:
```bash
# so it doesn't run the vitest one
-bun wiptest expect-to-equal.test.js
+bun test expect-to-equal.test.js
```
To run in Jest: