File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const common = require('../common');
5656The first line enables strict mode. All tests should be in strict mode unless
5757the nature of the test requires that the test run without it.
5858
59- The second line loads the ` common ` module. The ` common ` module is a helper
59+ The second line loads the ` common ` module. The [ ` common ` module] [ ] is a helper
6060module that provides useful tools for the tests.
6161
6262Even if a test uses no functions or other properties exported by ` common ` ,
@@ -340,3 +340,4 @@ will depend on what is being tested if this is required or not.
340340
341341[Google Test]: https://github.com/google/googletest
342342[Test fixture]: https://github.com/google/googletest/blob/master/googletest/docs/Primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests
343+ [`common` module]: https://github.com/nodejs/node/blob/master/test/common/README.md
You can’t perform that action at this time.
0 commit comments