Skip to content

Commit 6868af5

Browse files
committed
fix: don't run tests twice
1 parent 6e0808c commit 6868af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.root.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
conditions: ["@zod/source"],
66
},
77
test: {
8-
projects: ["packages/*", "."],
8+
projects: ["packages/*"],
99
watch: false,
1010
isolate: true,
1111
typecheck: {

0 commit comments

Comments
 (0)