Skip to content

Commit 834cf95

Browse files
authored
fix: don't run tests in lib folder - they'll error
1 parent 663b73e commit 834cf95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
clearMocks: true,
66
coverage: {
77
all: true,
8+
exclude: ["lib"],
89
include: ["src"],
910
reporter: ["html", "lcov"],
1011

0 commit comments

Comments
 (0)