Fix CONTRIBUTING.md spec tests instructions (#4840)

* Fix CONTRIBUTING.md spec tests instructions

* Add lint instructions
This commit is contained in:
Lion - dapplion
2022-12-06 01:42:37 +07:00
committed by GitHub
parent e5d9268b73
commit 337f2fc86c
2 changed files with 5 additions and 6 deletions

View File

@@ -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.