Skip to content

Commit

Permalink
Fix vite-dot-server-test
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Apr 9, 2024
1 parent cb7d17d commit d11a069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion integration/vite-dot-server-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}'.`,
Expand Down

0 comments on commit d11a069

Please sign in to comment.