mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 23:08:04 -05: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", () => {});
|