We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e8716 commit 4fa6461Copy full SHA for 4fa6461
test/README.md
@@ -63,12 +63,12 @@ and 'should' modules are installed by this command.
63
64
### 1.4 Configure Database credentials
65
66
-The database credentials for node-oracledb test suite are defined in dbConfig.js file.
67
-You can set the credentials via environment variables or dbConfig.js file.
+The database credentials for node-oracledb test suite are defined in dbconfig.js file.
+You can set the credentials via environment variables or dbconfig.js file.
68
Change the credentials to a user who has privileges to connect and create tables.
69
70
```
71
-vi <some-directory>/node_modules/oracledb/test/dbConfig.js
+vi <some-directory>/node_modules/oracledb/test/dbconfig.js
72
73
74
```javascript
0 commit comments