File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ npm run-script testWindows
108
108
109
109
This calls the ` testWindows ` script defined in ` oracledb/package.json ` .
110
110
See [ npm scripts] ( https://docs.npmjs.com/misc/scripts ) for more infomation
111
- about how npm handles "scripts" field of package.json.
111
+ about how npm handles the "scripts" field of ` package.json ` .
112
112
113
113
### 2.2 Run specified test(s)
114
114
@@ -119,7 +119,7 @@ cd <some-directory>/node_modules/oracledb
119
119
120
120
See [ mochajs.org] ( http://mochajs.org/ ) for more information on running tests with mocha.
121
121
122
- ## Adding Tests
122
+ ## 3. Adding Tests
123
123
See [ CONTRIBUTING] ( https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md )
124
124
for general information on contribution requirements.
125
125
@@ -130,6 +130,6 @@ assigned a number. The following number ranges have been chosen:
130
130
- 21 - 50 are reserved for data type supporting tests
131
131
- 51 onwards are for other tests
132
132
133
- ## Test List
133
+ ## 4. Test List
134
134
135
- See test/list.txt file for the list of existing tests.
135
+ See ` test/list.txt ` for the list of existing tests.
You can’t perform that action at this time.
0 commit comments