Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

Contributing

Patrik Simek edited this page Jun 10, 2015 · 1 revision

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

Testing

First create configuration file test/.mssql.json with this content:

{
	"user": "...",
	"password": "...",
	"server": "localhost",
	"database": "master"
}

To run integration tests, use:

npm run-script test-integration
Clone this wiki locally