We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7579439 commit 7778602Copy full SHA for 7778602
vitest.config.ts src/vitest.config.tsvitest.config.ts renamed to src/vitest.config.ts
@@ -1,7 +1,5 @@
1
import { defineConfig } from "vitest/config"
2
3
export default defineConfig({
4
- test: {
5
- include: ["**/__tests__/**/*.spec.ts"],
6
- },
+ test: { include: ["**/__tests__/**/*.spec.ts"] },
7
})
0 commit comments