test: stabilize vitest config and integration test environment
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"lint": "eslint 'src/**/*.ts'",
|
||||
"lint:fix": "eslint 'src/**/*.ts' --fix",
|
||||
"format": "prettier --write 'src/**/*.ts'",
|
||||
"test:unit": "vitest run",
|
||||
"test:integration": "vitest run src/*.integration.spec.ts"
|
||||
"test:unit": "vitest run src/**/*.spec.ts --exclude src/*.integration.spec.ts --exclude dist/**",
|
||||
"test:integration": "vitest run src/*.integration.spec.ts --exclude dist/**"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^10.4.8",
|
||||
|
||||
Reference in New Issue
Block a user