Skip to content

Commit

Permalink
chore: remove TypeScript error suppression for Astro config in test c…
Browse files Browse the repository at this point in the history
…onfiguration
  • Loading branch information
adrian-ub committed Dec 13, 2024
1 parent 4092043 commit 33845c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export async function defineVitestConfig(
pluginTranslations,
),
],
// @ts-expect-error - `getViteConfig` expects a Vite config, but we're passing an Astro config
test: {
snapshotSerializers: ['./snapshot-serializer-astro-error.ts'],
},
Expand Down

0 comments on commit 33845c2

Please sign in to comment.