Skip to content

Commit 1591309

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from writing-tests.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #28329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 3daced7 commit 1591309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/writing-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Next add the test to the `sources` in the `cctest` target in node.gyp:
390390
],
391391
```
392392

393-
Note that the only sources that should be included in the cctest target are
393+
The only sources that should be included in the cctest target are
394394
actual test or helper source files. There might be a need to include specific
395395
object files that are compiled by the `node` target and this can be done by
396396
adding them to the `libraries` section in the cctest target.

0 commit comments

Comments
 (0)