Skip to content

Commit 2c9c0bd

Browse files
committed
Revert vitest.config.ts to match upstream (remove type assertions)
1 parent 2082e8e commit 2c9c0bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ import preact from "@preact/preset-vite";
44

55
export default getViteConfig({
66
// needed to ensure react 3rd party libraries work with preact
7-
plugins: [preact() as any],
7+
plugins: [preact()],
88
resolve: {
99
mainFields: ["module"],
1010
},
11-
// @ts-expect-error - test config is valid for vitest but not recognized by astro's getViteConfig types
1211
test: {
1312
projects: [
1413
{

0 commit comments

Comments
 (0)