Skip to content

Commit aad5d38

Browse files
committed
Ignore Type Error
This is configured exactly as documented, something up with types here, ignoring for now.
1 parent cd44444 commit aad5d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import { getViteConfig } from 'astro/config';
33

44
export default getViteConfig({
5+
// @ts-expect-error -- Astro's getViteConfig type does not include Vitest `test`
56
test: {
67
include: ['./test/components/*.test.ts'],
78
},

0 commit comments

Comments
 (0)