-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Bun package manager #401
Conversation
Coverage report
Test suite run success168 tests passing in 57 suites. Report generated by 🧪jest coverage report action from ef82f9c |
@@ -12,13 +12,13 @@ export const getTestCommand = async ( | |||
|
|||
const isNpmStyle = command.startsWith('npm') || command.startsWith('pnpm'); | |||
|
|||
const hasDoubleHyhen = command.includes(' -- '); | |||
const hasDoubleHyphen = command.includes(' -- '); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typo (unrelated to Bun integration)
Thank you for contribution! @all-contributors please add @coopbri for code |
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @coopbri! 🎉 |
Published in |
Added Bun package manager support, documentation, and unit tests.
This PR fixes #400