summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-20 13:26:31 -0600
committerRich Trott <rtrott@gmail.com>2019-06-23 07:07:15 -0700
commitca276253fbc1f3b54b8fe3043a994722b065350c (patch)
tree30776a7c41729a783d77613b28918aa199462460 /doc/guides
parent73d22d14340d2846f502e5d85958c41f903ed878 (diff)
downloadandroid-node-v8-ca276253fbc1f3b54b8fe3043a994722b065350c.tar.gz
android-node-v8-ca276253fbc1f3b54b8fe3043a994722b065350c.tar.bz2
android-node-v8-ca276253fbc1f3b54b8fe3043a994722b065350c.zip
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>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/writing-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md
index b4d05e2811..b6f7f47129 100644
--- a/doc/guides/writing-tests.md
+++ b/doc/guides/writing-tests.md
@@ -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
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.