summaryrefslogtreecommitdiff
path: root/doc/guides/writing-tests.md
diff options
context:
space:
mode:
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.