cal.pub0.org/packages/features/bookings/lib/handleNewBooking/test/dynamic-group-booking.test.ts

11 lines
257 B
TypeScript

import { describe } from "vitest";
import { test } from "@calcom/web/test/fixtures/fixtures";
import { setupAndTeardown } from "./lib/setupAndTeardown";
describe("handleNewBooking", () => {
setupAndTeardown();
test.todo("Dynamic Group Booking");
});