Skip to content

Commit a9cd35e

Browse files
committed
fix tests
1 parent 58b005c commit a9cd35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { defineConfig } from "vitest/config";
22

33
export default defineConfig({
44
test: {
5-
exclude: [],
5+
exclude: ["**/node_modules/**"],
66
},
77
});

0 commit comments

Comments
 (0)