Skip to content

Commit ce1955e

Browse files
committed
Exclude node_modules
1 parent f81cd7f commit ce1955e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/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: ['**/dist/**'],
5+
exclude: ['**/dist/**', "node_modules"],
66
},
77
})

0 commit comments

Comments
 (0)