File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ cd <some-directory>/node_oracledb
135
135
See [ mochajs.org] ( http://mochajs.org/ ) for more information on running tests with mocha.
136
136
137
137
## 3. Add Tests
138
+
138
139
See [ CONTRIBUTING] ( https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md )
139
140
for general information on contribution requirements.
140
141
@@ -146,10 +147,12 @@ assigned a number. The following number ranges have been chosen:
146
147
- 51 onwards are for other tests
147
148
148
149
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.
151
154
152
- ## 4. Test Index
155
+ ## 4. Test List
153
156
154
157
See [ ` test/list.txt ` ] ( https://github.com/oracle/node-oracledb/blob/master/test/list.txt )
155
158
for the list of existing tests.
You can’t perform that action at this time.
0 commit comments