You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 bebun run test` instead.
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 runningbun test
, instead of running the actualtest
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:
husky/docs/how-to.md
Line 323 in 0692639
The text was updated successfully, but these errors were encountered: