summaryrefslogtreecommitdiff
path: root/doc/guides/writing-tests.md
diff options
context:
space:
mode:
authorYuta Hiroto <git@about-hiroppy.com>2018-03-04 22:46:49 +0900
committerLeko <leko.noor@gmail.com>2018-03-06 00:46:30 +0900
commit35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837 (patch)
treeed7dd64b71ba39d8e7cfd015f5cdc3ce2fb50391 /doc/guides/writing-tests.md
parent3ed363cb36a9fb686956c0b8b2953ff08a6f0ee8 (diff)
downloadandroid-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.tar.gz
android-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.tar.bz2
android-node-v8-35c7238bb793ee6c6aa9f5f4f3577e94ea2b9837.zip
doc: replace to Node.js
PR-URL: https://github.com/nodejs/node/pull/19056 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Diffstat (limited to 'doc/guides/writing-tests.md')
-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 28a062d8b7..4dbc8163d1 100644
--- a/doc/guides/writing-tests.md
+++ b/doc/guides/writing-tests.md
@@ -365,7 +365,7 @@ The test can be executed by running the `cctest` target:
$ make cctest
```
-### Node test fixture
+### Node.js test fixture
There is a [test fixture][] named `node_test_fixture.h` which can be included by
unit tests. The fixture takes care of setting up the Node.js environment
and tearing it down after the tests have finished.