File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const common = require('../common');
56
56
The first line enables strict mode. All tests should be in strict mode unless
57
57
the nature of the test requires that the test run without it.
58
58
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
60
60
module that provides useful tools for the tests.
61
61
62
62
Even 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.
340
340
341
341
[Google Test]: https://github.com/google/googletest
342
342
[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