Mehul
Mehul
`apps/web/test/lib/getSchedule.test.ts > getSchedule > User Event > afterBuffer and beforeBuffer tests for seated event - Non Cal Busy Time` is failing because we are subtracting formattedBusyTimes (GMT) from dateRanges (any...
I marked the PR ready as I need some help regarding Prisma mock returning `underfined`.
> Fix looks pretty good already, but found one more issue. Could you take a look at that? Also, would be great to cover this case in a test as...
By setting `declaration: false` you just lose intellisense. You can read more about it [here](https://www.typescriptlang.org/tsconfig#declaration)
 This [commit](https://github.com/calcom/cal.com/pull/13526/commits/028d2ce55f3e36591b9247722490e6effce3c0f3) is according to 2nd approach. As I looked into limits more, I think it might be better to go with the 1st approach. What do you guys...
@keithwillcode Sorry, I have been busy past couple days. This PR contains some bugs which I have resolved locally, just have to test them thoroughly.
 So for a long time, these particular tests were always failing for me (main branch with no changes). At that time I was not able to figure out why...
https://github.com/calcom/cal.com/assets/86384652/87e23780-d943-432d-b6a5-34fdf3a675ac It looks like it is related to timezone. I will look into this bit more.
 Can anyone confirm what should be the case when both before event buffer and after event buffer are applied on an event. https://github.com/calcom/cal.com/blob/0a795f5363b82fd5a5b6ffa1a4fa31a035a3f44f/apps/web/test/lib/getSchedule.test.ts#L584-L596 The test suggests - 4-6 am...
>  > > Can anyone confirm what should be the case when both before event buffer and after event buffer are applied on an event. > > https://github.com/calcom/cal.com/blob/0a795f5363b82fd5a5b6ffa1a4fa31a035a3f44f/apps/web/test/lib/getSchedule.test.ts#L584-L596 >...