6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import { test, todo } from "./lib/fixtures";
|
|
|
|
test.describe("Trial account tests", () => {
|
|
todo("Add tests with a TRIAL account");
|
|
});
|