Skip to content

Commit 26dba94

Browse files
authored
Update vitest.config.ts
1 parent d633a9e commit 26dba94

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
@@ -11,7 +11,7 @@ export default defineConfig({
1111
include: ['src/**/*.ts'],
1212
exclude: ['src/index.ts', 'src/helpers.ts', 'src/types.ts'],
1313
thresholds: {
14-
branches: 100,
14+
branches: 95,
1515
functions: 100,
1616
lines: 100,
1717
statements: 100,

0 commit comments

Comments
 (0)