Support astro & other common FE file extensions (#489)

Closes #462
This commit is contained in:
Will Chen
2025-06-24 22:23:20 -07:00
committed by GitHub
parent 64ae18b34b
commit 08ab7c1c37
16 changed files with 1513 additions and 0 deletions

10
e2e-tests/astro.spec.ts Normal file
View File

@@ -0,0 +1,10 @@
import { test } from "./helpers/test_helper";
test("astro", async ({ po }) => {
await po.setUp({ autoApprove: true });
await po.importApp("astro");
await po.sendPrompt("[dump] hi");
await po.snapshotServerDump("all-messages");
});