test(e2e): enforce parity spec typecheck

This commit is contained in:
2026-07-31 18:21:27 +00:00
parent 3eecccee4c
commit eb47472691
4 changed files with 14 additions and 5 deletions
@@ -1,6 +1,6 @@
import { expect, test, type Page, type Route } from '@playwright/test';
import { canonicalFrontendFixture as fixture } from './fixtures/canonical';
import { canonicalFrontendFixture as fixture } from './fixtures/canonical.js';
const gamePort = process.env.FRONTEND_PARITY_GAME_PORT ?? '15102';
const response = (data: unknown) => ({ result: { data } });