Skip to content

Commit 29779de

Browse files
committed
Add missing section numbers to test README and give some font love
1 parent 6ebcef1 commit 29779de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ npm run-script testWindows
108108

109109
This calls the `testWindows` script defined in `oracledb/package.json`.
110110
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`.
112112

113113
### 2.2 Run specified test(s)
114114

@@ -119,7 +119,7 @@ cd <some-directory>/node_modules/oracledb
119119

120120
See [mochajs.org](http://mochajs.org/) for more information on running tests with mocha.
121121

122-
## Adding Tests
122+
## 3. Adding Tests
123123
See [CONTRIBUTING](https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md)
124124
for 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.

0 commit comments

Comments
 (0)