improved a lot of things
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['__tests__/**/*.test.ts'],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
include: ['src/**/*.ts'],
|
||||
exclude: ['src/index.ts', 'src/queries.ts'],
|
||||
thresholds: { lines: 80, functions: 80, branches: 75 },
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user