* fix: use destination calendar email * fix: success page * feat: add primary email in destination calendar * fix: set destination bug * chore: fix tests * test: add test for different email * wip: save progress * feat: add switch and email in booking * fix: use userPrimaryEmail * chore: fix type errr * chore: update buileder * fix: type err in advanced tab * fix: unit tests * Update apps/web/public/static/locales/en/common.json Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> * fix: cancel, request reschedule, paymeny --------- Co-authored-by: Keith Williams <keithwillcode@gmail.com> Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
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