mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
Fix CONTRIBUTING.md spec tests instructions (#4840)
* Fix CONTRIBUTING.md spec tests instructions * Add lint instructions
This commit is contained in:
@@ -16,11 +16,12 @@ Thanks for your contribution to Lodestar. It's people like you that push the Eth
|
||||
|
||||
## Tests
|
||||
|
||||
- :test_tube: Run `lerna run test:spec-min` for minimal spec tests.
|
||||
- :test_tube: Run `lerna run test:spec-main` for mainnet spec tests.
|
||||
- :test_tube: Run `lerna run test:unit` for unit tests.
|
||||
- :test_tube: Run `lerna run test:e2e` for end-to-end tests.
|
||||
- :test_tube: Run `lerna run test:spec` for spec tests.
|
||||
- :test_tube: Run `lerna run test` to run all tests.
|
||||
- :test_tube: Run `yarn check-types` to check TypeScript types.
|
||||
- :test_tube: Run `yarn lint` to run the linter (ESLint).
|
||||
|
||||
### Debugging Spec Tests
|
||||
|
||||
@@ -101,7 +102,7 @@ For example:
|
||||
|
||||
> Add Edit on Github button to all the pages
|
||||
|
||||
**Pull Request Etiquette**
|
||||
**Pull Request Etiquette**
|
||||
|
||||
- Pull requests should remain as drafts when they are not ready for review by maintainers. Open pull requests signal to the maintainers that it's ready for review.
|
||||
- If your pull request is no longer applicable or validated to fix an issue, close your pull request.
|
||||
|
||||
Reference in New Issue
Block a user