cal/apps/web/test/.env.test.example
Hariom Balhara 471420c1d4
Add getSchedule tests (#3233)
* Add getSchedule tests

* Add first integration test

* Update turbo.json

* Make sure unit tests run asap

* Worker threads

* Improve team event test

* Remove unrelated changes

* Improve tests readability

* Update CalendarManager.ts

* Add README

* Debug tests

* Temporarily disabled build errors

* Fix failing tests

* Remove unncessary logs

Co-authored-by: zomars <zomars@me.com>
2022-07-21 10:44:23 -06:00

3 lines
136 B
Plaintext

DATABASE_URL="postgresql://prisma:prisma@localhost:5433/tests"
NEXT_PUBLIC_WEBAPP_URL="http://localhost:3000"
INTEGRATION_TEST_MODE=true