-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create CONTRIBUTING.md #37
base: master
Are you sure you want to change the base?
Conversation
closes #18
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.
Thank you for contributing!
We should also note that the build should pass, could you add that in here?
could you add how to run tests / lint etc.
I also need to check why the build is failing. it is related to node v13 |
requested changes
|
||
* Lint: npm run lint | ||
* Test: npm run test | ||
* Test coverage: npm run coveralls |
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.
this is actually used for CI
you can do:
* Test coverage: npm run coveralls | |
* Test coverage: npm test -- --coverage |
or add script with "coverage" : "jest --coverage"
and make this
* Test coverage: npm run coveralls | |
* Test coverage: npm run coverage |
closes #18