We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf8d98 commit ca0448bCopy full SHA for ca0448b
doc/guides/writing-tests.md
@@ -22,8 +22,10 @@ Add tests when:
22
See the test [directory structure overview](https://github.com/nodejs/node/blob/master/test/README.md)
23
for an outline of existing test types and their locations.
24
When deciding on whether to expand an existing test file or create a new one,
25
-consider going through the files related to the subsystem (e.g. ones starting with "test-streams" for `lib/streams.js`)
26
-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"
27
+when writing tests for `lib/streams.js`
28
+
29
30
## Test structure
31
0 commit comments