2
0
Files
cal/calcom/apps/web/playwright/trial.e2e.ts

8 lines
174 B
TypeScript
Raw Normal View History

2024-08-09 00:39:27 +02:00
import { test } from "@playwright/test";
import { todo } from "./lib/testUtils";
test.describe("Trial account tests", () => {
todo("Add tests with a TRIAL account");
});