We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Contributions are very welcome! I will happily accept your pull request if it:
First create configuration file test/.mssql.json with this content:
test/.mssql.json
{ "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