cal.pub0.org/apps/web/test/lib
Julius Marminge 53748eb380
add an enum generator, stop importing from @prisma/client (#8548)
* add an enum generator and start importing from it

* keep moving imports

* fix remaining

* Header simplified

* Removed generated file from repo

* Updated .gitignore to exclude enums directory

* Add eslint rule to check for @prisma/client Prisma enum import

* Added another enum import + exclude PrismaClient

---------

Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-05-02 13:44:05 +02:00
..
checkBookingLimits.test.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
checkDurationLimits.test.ts [CAL-988] Limit total appointment time per day/week/month/year (#7166) 2023-03-10 21:00:19 +01:00
getAggregateWorkingHours.test.ts Fix/Round Robin (#6121) 2022-12-21 19:32:42 +00:00
getAvailabilityFromSchedule.test.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
getSchedule.test.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
getTimezone.test.ts Fix: Filter Timezones by cities (#7540) 2023-03-06 17:52:20 +00:00
getWorkingHours.test.ts Fixes collective availability for teams with overlapping day timezones (#3898) 2022-08-22 23:53:51 +00:00
handleChildrenEventTypes.test.ts Managed event-types (#6876) 2023-04-12 23:10:23 -03:00
parseZone.test.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
slots.test.ts Fixes that sometimes last shown slot was unavailable (#7804) 2023-03-17 13:02:56 -07:00
team-event-types.test.ts Fixes collective availability for teams with overlapping day timezones (#3898) 2022-08-22 23:53:51 +00:00