Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 264 Bytes

File metadata and controls

7 lines (4 loc) · 264 Bytes

Use dotenvx: brew install dotenvx/brew/dotenvx

Set your test db url in .env.test.local

Create your test db with dotenvx run -f .env.test.local -- blitz prisma migrate dev

Run tests using dotenvx run -f .env.test.local -- yarn test src/app/...