Skip to content

Commit eba3934

Browse files
committed
Remove rsc-parcel-framework tests. I'm not maintaining that and I don't want problems against it to slow down progress for library and (vite) framework modes.
1 parent fd0c9a0 commit eba3934

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

integration/action-test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { type TemplateName, reactRouterConfig } from "./helpers/vite.js";
1111

1212
const templateNames = [
1313
"vite-5-template",
14-
"rsc-parcel-framework",
1514
"rsc-vite-framework",
1615
] as const satisfies TemplateName[];
1716

integration/catch-boundary-data-test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { reactRouterConfig, type TemplateName } from "./helpers/vite.js";
1111

1212
const templateNames = [
1313
"vite-5-template",
14-
"rsc-parcel-framework",
1514
"rsc-vite-framework",
1615
] as const satisfies TemplateName[];
1716

integration/redirects-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { TemplateName } from "./helpers/vite.js";
1111

1212
const templateNames = [
1313
"vite-5-template",
14-
"rsc-parcel-framework",
14+
"rsc-vite-framework",
1515
] as const satisfies TemplateName[];
1616

1717
test.describe("redirects", () => {

0 commit comments

Comments
 (0)