Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 193 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 193 Bytes

Nest unit testing

The .env file

# DATABASE
DATABASE_URL=postgres://username:password@nest-unit-tests-postgres:5432/nest-unit-tests

# ENV
NODE_ENV=test
PORT=3000
HOST=0.0.0.0