Skip to content

Commit 33845c2

Browse files
committed
chore: remove TypeScript error suppression for Astro config in test configuration
1 parent 4092043 commit 33845c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export async function defineVitestConfig(
4242
pluginTranslations,
4343
),
4444
],
45-
// @ts-expect-error - `getViteConfig` expects a Vite config, but we're passing an Astro config
4645
test: {
4746
snapshotSerializers: ['./snapshot-serializer-astro-error.ts'],
4847
},

0 commit comments

Comments
 (0)