OpenHands/frontend/tests/placeholder.spec.ts

5 lines
144 B
TypeScript

import { test } from "@playwright/test";
// Placeholder test to ensure CI passes until real E2E tests are added
test("placeholder", () => {});