We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ddff85 + d1c8600 commit 6ac0cc3Copy full SHA for 6ac0cc3
vitest.config.js
@@ -1,5 +1,5 @@
1
-import { defineConfig } from 'vitest/config';
2
import dotenv from 'dotenv';
+import { defineConfig } from 'vitest/config';
3
4
dotenv.config();
5
@@ -10,6 +10,7 @@ export default defineConfig({
10
include: ['test/services/**/*.{js,ts}'],
11
coverage: {
12
provider: 'istanbul',
13
+ reporter: ['lcov', 'html'],
14
include: ['src/**/*.{js,ts}'],
15
thresholds: {
16
lines: 90,
0 commit comments