We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd44444 commit aad5d38Copy full SHA for aad5d38
vitest.config.ts
@@ -2,6 +2,7 @@
2
import { getViteConfig } from 'astro/config';
3
4
export default getViteConfig({
5
+ // @ts-expect-error -- Astro's getViteConfig type does not include Vitest `test`
6
test: {
7
include: ['./test/components/*.test.ts'],
8
},
0 commit comments