How to install "bun:test" at project level #9277
Unanswered
Christophvh
asked this question in
Q&A
Replies: 1 comment
-
I suggest proto for package manager manager (like nvm, volta) you can pin the versions for the project level. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to use "bun:test" instead of Jest or Vitest. But I can't find any documentation on how to 'only' install buntest on a project level.
Both Jest and Vitest offer project-based installs.
I would like to avoid installing bun on global level. This is very cumbersome for other developers in the team or when using CI/CD.
Beta Was this translation helpful? Give feedback.
All reactions