cal/apps/web/playwright/trial.e2e.ts
2023-01-31 22:29:24 +00:00

8 lines
174 B
TypeScript

import { test } from "@playwright/test";
import { todo } from "./lib/testUtils";
test.describe("Trial account tests", () => {
todo("Add tests with a TRIAL account");
});