Skip to content

Commit 2275d0b

Browse files
committed
chore: Fix types
1 parent 59e3064 commit 2275d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/spuxx-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "vite build",
2323
"types": "tsc --noEmit",
2424
"test": "pnpm vitest",
25-
"test:vitest": "vitest --coverage"
25+
"test:vitest": "vitest"
2626
},
2727
"dependencies": {
2828
"@nanogiants/nestjs-swagger-api-exception-decorator": "1.7.2",

apps/spuxx-api/vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export default mergeConfig(
1515
watch: false,
1616
setupFiles: [`./tests/vitest/vitest.setup.ts`],
1717
coverage: {
18+
enabled: true,
1819
provider: 'v8',
19-
all: true,
2020
include: [`./src/**/*.ts`],
2121
exclude: [
2222
'**/src/main.ts',

0 commit comments

Comments
 (0)