Files
gridpilot.gg/tests/integration/website/placeholder.test.ts
2026-01-26 23:23:15 +01:00

6 lines
216 B
TypeScript

import { test } from '@playwright/test';
test('placeholder website integration test passes', () => {
// Minimal passing test to satisfy Phase 6 requirements
// Future: add real website integration tests here
});