Skip to content

Commit 7778602

Browse files
committed
Move vitest.config.ts
1 parent 7579439 commit 7778602

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { defineConfig } from "vitest/config"
22

33
export default defineConfig({
4-
test: {
5-
include: ["**/__tests__/**/*.spec.ts"],
6-
},
4+
test: { include: ["**/__tests__/**/*.spec.ts"] },
75
})

0 commit comments

Comments
 (0)