From 9b1bf29ecfbc9c070c46ed804bceb6091b95f6e0 Mon Sep 17 00:00:00 2001 From: Anirban Singha <143536290+SinghaAnirban005@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:20:58 +0530 Subject: [PATCH] chore: remove stale Vitest workspace TODO (#27667) Co-authored-by: Sahitya Chandra --- apps/api/v1/test/lib/bookings/_post.test.ts | 1 - 1 file changed, 1 deletion(-) 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";