cal/apps/web/test
Hariom Balhara 4aa0b4cc65
fix: Team URL and booker URLs (#13050)
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2024-01-08 15:25:48 +00:00
..
fixtures
handlers feat: Base implementation of v2 of avatars (#12369) 2023-11-20 12:49:38 +00:00
lib fix: Fix all TS warnings (fix-tsWarnings) (#12139) 2024-01-03 18:18:42 -07:00
utils/bookingScenario fix: Team URL and booker URLs (#13050) 2024-01-08 15:25:48 +00:00
.env.test.example
docker-compose.yml
jest-resolver.js
jest-setup.js
README.md

Unit and Integration Tests

Make sure you have copied .env.test.example to .env.test

You can run all jest tests as

yarn test

You can run tests matching specific description by following command yarn test -t getSchedule

Tip: Use --watchAll flag to run tests on every change