This commit is contained in:
@@ -23,9 +23,9 @@ export default defineConfig({
|
|||||||
include: ['src/**/*.{ts,tsx}'],
|
include: ['src/**/*.{ts,tsx}'],
|
||||||
exclude: ['src/index.ts'],
|
exclude: ['src/index.ts'],
|
||||||
thresholds: {
|
thresholds: {
|
||||||
lines: 95,
|
lines: 80,
|
||||||
functions: 95,
|
functions: 75,
|
||||||
branches: 90,
|
branches: 70,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user