langflow/src/frontend/tests/test-1.spec.ts

5 lines
99 B
TypeScript

import { test } from "@playwright/test";
test("test", async ({ page }) => {
// Recording...
});