-
Before sending a pull request for a feature or bug fix, be sure to have tests.
-
Use the same coding style as the rest of the codebase.
-
Files in the
/browser
folder are built automatically. You don't need to edit them. -
All pull requests should be made to the
master
branch.
The test suite requires you to create a MySQL and Postgres database named bookshelf_test
.
Once you have done that, you can run the tests:
$ npm test