-
Notifications
You must be signed in to change notification settings - Fork 468
Contributing
Patrik Simek edited this page Jun 17, 2016
·
16 revisions
Contributions are very welcome! I will happily accept your pull request if it:
- has tests
- looks reasonable
- does not break backwards compatibility
## Compiling
To compile coffee sources, use:
npm run-script compile
First create configuration file test/.mssql.json
with this content:
{
"user": "...",
"password": "...",
"server": "localhost",
"database": "master"
}
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-msnodesql
npm run-script test-tds
npm run-script cli