-
-
Notifications
You must be signed in to change notification settings - Fork 101
How to contribute ?
Olivier Guimbal edited this page Nov 25, 2020
·
1 revision
To start hacking this lib, you'll have to:
- Use vscode
- Install mocha test explorer with HMR support extension
npm start
- Reload unit tests in vscode
... once done, tests should appear. HMR is on, which means that changes in your code are instantly propagated to unit tests. This allows for ultra fast development cycles (running tests takes less than 1 sec).
To debug tests: Just hit "run" (F5, or whatever)... vscode should attach the mocha worker. Then run the test you want to debug.
Just clone this repo, and run unit tests using npm run test
wihtout installing anything.
This, however, is a bit long, and is not a pleasant dev experience.
There are plenty of things that could be implemented. The easiest thing to do is to help implement functions supported by postgres: You just have to mimic those
Dont hesitate to file an issue if you'd like to discuss.