docs: fix `bun run test` script

This commit is contained in:
juliolmuller 2025-02-16 20:24:50 -03:00
parent 0692639896
commit 2a3bae30b3
3 changed files with 3 additions and 3 deletions

View File

@ -329,7 +329,7 @@ yarn test
```sh [bun]
# .husky/pre-commit
bun test
bun run test
```
:::

View File

@ -320,7 +320,7 @@ yarn test
```sh [bun]
# .husky/pre-commit
bun test
bun run test
```
:::

View File

@ -320,7 +320,7 @@ yarn test
```sh [bun]
# .husky/pre-commit
bun test
bun run test
```
:::