Refer to testing plan guide in CONTRIBUTING.md

Hopefully this will catch the notice of proposal champions working on
tests for their stage 2.7 proposal.
This commit is contained in:
Philip Chimento 2025-04-14 13:23:16 -07:00 committed by Philip Chimento
parent 709c859484
commit 61fcd7bd56

View File

@ -1,5 +1,10 @@
# Test262 Authoring Guidelines
## So You Want To Write Tests For A Stage 2.7 Proposal
If you are writing tests for a whole proposal (not just for a few lines in the spec) please read about [testing plans](docs/testing-plan-guide.md).
A **testing plan** showing what is and isn't intended to be covered, and **several small pull requests** implementing it in easily reviewable chunks is much preferred above a single pull request with all the tests.
## Source Material
- https://tc39.github.io/ecma262/