Skip to content

Commit

Permalink
docs: bun test watch
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault committed Nov 27, 2023
1 parent f11de20 commit c494905
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ bun run build-site
bunx serve build
```

To run tests in watch mode when developing:

```bash
bun test --watch
```

This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

Links:
Expand Down

0 comments on commit c494905

Please sign in to comment.