Spin up the a postgres instance
docker run -p 5432:5432 postgres:9.6
run tests!
yarn test:watch
Generated using TypeDoc