Skip to content

Commit d9dcd68

Browse files
committed
remove astro setup
1 parent 929af04 commit d9dcd68

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

src/pages/workers/platform/_compatibility-flags.json.astro.test.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

vitest.workspace.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ const workspace = defineWorkspace([
2323
},
2424
plugins: [tsconfigPaths()],
2525
}),
26-
getViteConfig({
27-
test: {
28-
name: "Astro",
29-
include: ["**/*.astro.test.ts"],
30-
},
31-
plugins: [tsconfigPaths()],
32-
}),
3326
]);
3427

3528
export default workspace;

0 commit comments

Comments
 (0)