Skip to content

Commit 09f96f7

Browse files
committed
doc: add descriptions and links to test/README.md
1 parent 9ae1f0d commit 09f96f7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

test/README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Table of Contents
1+
# Node.js Core Tests
2+
3+
This folder contains code and data used to test the Node.js implementation.
4+
5+
For a detailed guide on how to write tests in this
6+
directory, see [the guide on writing tests](../doc/guides/writing-tests.md).
7+
8+
On how to run tests in this direcotry, see
9+
[the contributing guide](../CONTRIBUTING.md#step-5-test).
10+
11+
## Table of Contents
12+
213
* [Test directories](#test-directories)
314
* [Common module API](#common-module-api)
415

0 commit comments

Comments
 (0)