Skip to content

Commit b281ea1

Browse files
committed
fix: error when no test files found
1 parent 402ef98 commit b281ea1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import { defineConfig } from "vitest/config";
33
export default defineConfig({
44
test: {
55
root: "src",
6+
passWithNoTests: true,
67
},
78
});

0 commit comments

Comments
 (0)