diff --git a/integration/playwright.config.ts b/integration/playwright.config.ts index c46c898420..8bdba0432e 100644 --- a/integration/playwright.config.ts +++ b/integration/playwright.config.ts @@ -5,7 +5,7 @@ const config: PlaywrightTestConfig = { testDir: ".", testMatch: ["**/*-test.ts"], // TODO: Temporary! Remove from this list as we get each suite passing - testIgnore: ["**/vite-cloudflare-test.ts", "**/vite-dot-server-test.ts"], + testIgnore: ["**/vite-cloudflare-test.ts"], /* Maximum time one test can run for. */ timeout: process.platform === "win32" ? 60_000 : 30_000, fullyParallel: true, diff --git a/integration/vite-dot-server-test.ts b/integration/vite-dot-server-test.ts index ac66520816..1ad8915820 100644 --- a/integration/vite-dot-server-test.ts +++ b/integration/vite-dot-server-test.ts @@ -143,7 +143,7 @@ test.describe("Vite / route / server-only module referenced by client", () => { ` '${specifier}' imported by route 'app/routes/_index.tsx'`, - " Remix automatically removes server-code from these exports:", + " React Router automatically removes server-code from these exports:", " `loader`, `action`, `headers`", ` But other route exports in 'app/routes/_index.tsx' depend on '${specifier}'.`,