Skip to content

Commit dbb54d0

Browse files
Update docs/contributors.md
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
1 parent 5d6bb12 commit dbb54d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/contributors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
6767
**Learn more about how to implement tests:**
6868

6969
Adding or changing tests is an integral part of making a change to the code.
70-
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder (in the particular file [e2e-cache.yml](https://github.com/actions/setup-node/blob/main/.github/workflows/e2e-cache.yml)).
70+
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder, particularly in the [versions.yml](https://github.com/e-korolevskii/setup-node/blob/update-contributors-guide/.github/workflows/versions.yml) and [e2e-cache.yml](https://github.com/actions/setup-node/blob/main/.github/workflows/e2e-cache.yml) files.
7171

7272
- The contributor can add various types of tests (like unit tests or end-to-end tests), which, in his opinion, will be necessary and sufficient for testing new or changed functionality
7373
- Tests should cover a successful execution, as well as some edge cases and possible errors

0 commit comments

Comments
 (0)