Skip to content

Commit

Permalink
Fixes: #18774
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernaut451 committed Feb 17, 2018
1 parent 5bf8d98 commit ca0448b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/guides/writing-tests.md
Expand Up @@ -22,8 +22,10 @@ Add tests when:
See the test [directory structure overview](https://github.com/nodejs/node/blob/master/test/README.md)
for an outline of existing test types and their locations.
When deciding on whether to expand an existing test file or create a new one,
consider going through the files related to the subsystem (e.g. ones starting with "test-streams" for `lib/streams.js`)
and assessing whether a related test already exists.
consider going through the files related to the subsystem.
For example, take a look at tests starting with "test-streams"
when writing tests for `lib/streams.js`


## Test structure

Expand Down

0 comments on commit ca0448b

Please sign in to comment.