Some notes:
- Take care to setup
SENDGRIDenvironment variable insidedocker-compose.ymland./test/ingreation/test.js - Before running test lift up database:
$ docker-compose up -d db
- Application it self makes sure database is migrated
- Running tests:
$ npm run test-integration
$ npm run test-unit