Skip to content

Commit 82511cb

Browse files
Ignore build dir which contains tests in JS format
1 parent 33f1733 commit 82511cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig(({ mode }) => {
2222
},
2323
},
2424
test: {
25-
exclude: [...configDefaults.exclude, "**/e2e/**"],
25+
exclude: [...configDefaults.exclude, "**/e2e/**", "build"],
2626
environment: "jsdom",
2727
setupFiles: "./lib/setupTests.ts",
2828
mockReset: true,

0 commit comments

Comments
 (0)