Remove remnants of '--only' flag in documentation (#22168)

This commit is contained in:
pfg
2025-09-22 16:07:44 -07:00
committed by GitHub
parent 0b549321e9
commit 0d6a27d394
5 changed files with 6 additions and 15 deletions

View File

@@ -149,12 +149,6 @@ describe.only("only", () => {
The following command will only execute tests #2 and #3.
```sh
$ bun test --only
```
The following command will only execute tests #1, #2 and #3.
```sh
$ bun test
```