mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
import { test } from "@playwright/test";
|
|
|
|
// Placeholder test to ensure CI passes until real E2E tests are added
|
|
test("placeholder", () => {});
|