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
108108
109109This calls the ` testWindows ` script defined in ` oracledb/package.json ` .
110110See [ 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 ` .
112112
113113### 2.2 Run specified test(s)
114114
@@ -119,7 +119,7 @@ cd <some-directory>/node_modules/oracledb
119119
120120See [ mochajs.org] ( http://mochajs.org/ ) for more information on running tests with mocha.
121121
122- ## Adding Tests
122+ ## 3. Adding Tests
123123See [ CONTRIBUTING] ( https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md )
124124for general information on contribution requirements.
125125
@@ -130,6 +130,6 @@ assigned a number. The following number ranges have been chosen:
130130- 21 - 50 are reserved for data type supporting tests
131131- 51 onwards are for other tests
132132
133- ## Test List
133+ ## 4. Test List
134134
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