Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 468 Bytes

File metadata and controls

22 lines (15 loc) · 468 Bytes

04: Dependency injection points

  • Allow mocks
  • Take better control on how software components depend on each other
  • Ease the setup of simpler test scenarios

Running

npm run dev

Testing

npm run test

Make sure the database is available as described in parent README.md

Make sure the .env and .env.local environment files has proper values or the variables NODE_ENV and PG_CONNECTION_URL has valid values.