In this challenge you will re-implement testing on the Noteful app, this time we a real database. And you'll update the tests to cross-check the API results against the database.
- NPM install devDependencies for testing and update
package.jsonfile - Update server.js to prevent
app.listenfrom running during tests - Add a
testproperty to knexfile.js - Create a test database