diff --git a/apps/api/v1/test/lib/bookings/_post.test.ts b/apps/api/v1/test/lib/bookings/_post.test.ts index 1de9042d09..69038b2305 100644 --- a/apps/api/v1/test/lib/bookings/_post.test.ts +++ b/apps/api/v1/test/lib/bookings/_post.test.ts @@ -1,4 +1,3 @@ -// TODO: Fix tests (These test were never running due to the vitest workspace config) import prismaMock from "@calcom/testing/lib/__mocks__/prismaMock"; import type { Request, Response } from "express";