Skip to content

Commit

Permalink
docs(testing): add bun command to running your tests section (#60281)
Browse files Browse the repository at this point in the history
Add missing bun command from Vitest page.

Co-authored-by: Steven <[email protected]>
  • Loading branch information
jenewland1999 and styfle authored Jan 5, 2024
1 parent b110b13 commit f76ed00
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ npm run test
yarn test
# or
pnpm test
# or
bun test
```

## Additional Resources
Expand Down

0 comments on commit f76ed00

Please sign in to comment.