-
Notifications
You must be signed in to change notification settings - Fork 466
Contributing
Mahmoud Emad edited this page Jul 26, 2023
·
16 revisions
Contributions are very welcome! I will happily accept your pull request if it:
- has tests
- looks reasonable
- does not break backwards compatibility
First create configuration file test/.mssql.json
with this content:
{
"user": "...",
"password": "...",
"server": "localhost",
"database": "master",
"options": {
"encrypt": false
}
}
To run unit test, use:
npm test
To run specific integration tests, use:
npm run-script test-tedious
npm run-script test-msnodesqlv8
npm run-script test-cli