Skip to content

Commit f400e0d

Browse files
test(rsc): update Parcel plugin, unskip action 405 test (#13840)
1 parent 4303fcb commit f400e0d

File tree

4 files changed

+21
-26
lines changed

4 files changed

+21
-26
lines changed

integration/action-test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ test.describe("actions", () => {
166166
});
167167

168168
test("throws a 405 when no action exists", async ({ page }) => {
169-
// FIXME: Support in RSC
170-
if (templateName === "rsc-parcel-framework") {
171-
test.skip();
172-
}
173-
174169
let app = new PlaywrightFixture(appFixture, page);
175170
await app.goto(`/no-action`);
176171
await page.click("button[type=submit]");

integration/helpers/rsc-parcel-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react-dom": "^19.0.3",
2929
"@types/react": "^19.0.8",
3030
"parcel": "2.15.0",
31-
"parcel-config-react-router-experimental": "1.0.20",
31+
"parcel-config-react-router-experimental": "1.0.21",
3232
"typescript": "^5.1.6"
3333
},
3434
"dependencies": {

playground/rsc-parcel-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react-dom": "^19.0.3",
2828
"@types/react": "^19.0.8",
2929
"parcel": "2.15.0",
30-
"parcel-config-react-router-experimental": "1.0.20"
30+
"parcel-config-react-router-experimental": "1.0.21"
3131
},
3232
"dependencies": {
3333
"@mjackson/node-fetch-server": "0.6.1",

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)