Skip to content

Commit 0cdaf21

Browse files
committed
Add test/README.md link and use code style for filename
1 parent 494cff1 commit 0cdaf21

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ cd <some-directory>/node_oracledb
135135
See [mochajs.org](http://mochajs.org/) for more information on running tests with mocha.
136136

137137
## 3. Add Tests
138+
138139
See [CONTRIBUTING](https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md)
139140
for general information on contribution requirements.
140141

@@ -146,10 +147,12 @@ assigned a number. The following number ranges have been chosen:
146147
- 51 onwards are for other tests
147148

148149
In order to include your tests in the suite, add each new test file
149-
name to test/opts/mocha.opts. Please also add a description of each
150-
individual test to test/list.txt.
150+
name to [`test/opts/mocha.opts`](https://github.com/oracle/node-oracledb/blob/master/test/opts/mocha.opts).
151+
152+
Please also add a description of each individual test to the Test
153+
List.
151154

152-
## 4. Test Index
155+
## 4. Test List
153156

154157
See [`test/list.txt`](https://github.com/oracle/node-oracledb/blob/master/test/list.txt)
155158
for the list of existing tests.

0 commit comments

Comments
 (0)