Skip to content

Commit 9a97b6b

Browse files
author
Jikun
committed
fix unit tests
1 parent 2bb58e7 commit 9a97b6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/frameworks/detect.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe("framework detection", () => {
3131
appLocation: "e2e/fixtures/astro-node/astro preact",
3232
appDevserverCommand: "npm run dev",
3333
apiLanguage: "node",
34-
apiVersion: "16",
34+
apiVersion: "22",
3535
appDevserverUrl: "http://localhost:8080",
3636
name: "Astro, with API: Node.js",
3737
outputLocation: "_site",
@@ -47,7 +47,7 @@ describe("framework detection", () => {
4747
appLocation: "e2e/fixtures/static-node-ts",
4848
name: "Static HTML, with API: Node.js, TypeScript",
4949
apiLanguage: "node",
50-
apiVersion: "16",
50+
apiVersion: "22",
5151
outputLocation: ".",
5252
});
5353
});

0 commit comments

Comments
 (0)