doc: remove "note that" from writing-tests.md

Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16

PR-URL: https://github.com/nodejs/node/pull/28329
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Rich Trott 2019-06-20 13:26:31 -06:00
parent 73d22d1434
commit ca276253fb

View File

@ -390,7 +390,7 @@ Next add the test to the `sources` in the `cctest` target in node.gyp:
], ],
``` ```
Note that the only sources that should be included in the cctest target are The only sources that should be included in the cctest target are
actual test or helper source files. There might be a need to include specific actual test or helper source files. There might be a need to include specific
object files that are compiled by the `node` target and this can be done by object files that are compiled by the `node` target and this can be done by
adding them to the `libraries` section in the cctest target. adding them to the `libraries` section in the cctest target.