Files
calendar/apps/web/playwright/trial.test.ts
T
2022-04-06 08:13:09 -07:00

8 lines
182 B
TypeScript

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