Open
Description
I was reading the docs and steped over an issue with code examples using Bun. Basically, the bun test
suggested is not accurate with the examples of other package managers. By running bun test
, instead of running the actual test
scriptas other examples suggests, it will run Bun's test-runner isntead. The accurate code snippet to suggest there would be
bun run test` instead.
Example in the docs:
Line 323 in 0692639
Metadata
Assignees
Labels
No labels
Activity