Skip to content

Commit

Permalink
Update doc/contributing/writing-tests.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Gonzaga <[email protected]>
  • Loading branch information
anonrig and RafaelGSS authored Nov 27, 2024
1 parent 62ec497 commit cd7c003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/contributing/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ request. Interesting things to notice:

### Usage of `node:test`

It is recommended to use `node:test` in tests outside of testing the `node:test`
module, if particular functionality that's tested is not a dependency of
It is optional to use `node:test` in tests outside of testing the `node:test`
module, as long as the functionality being tested is not a dependency of the
`node:test` module. This ensures that a bug in the test runner doesn't impact
the outcome of the underlying dependencies' test results.

Expand Down

0 comments on commit cd7c003

Please sign in to comment.