Skip to content

Commit be7f217

Browse files
committed
🔧 chore: falseに変更
1 parent dd5095c commit be7f217

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
@@ -14,7 +14,7 @@ export default defineVitestConfig({
1414
provider: 'v8',
1515
reporter: ['text', 'json', 'html'],
1616
reportsDirectory: '../logs/coverage',
17-
all: true,
17+
all: false,
1818
},
1919
},
2020
});

0 commit comments

Comments
 (0)