fix: stabilize web workspace quality gates
Co-authored-by: Velik <hongochai10@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"dev": "tsx watch src/main.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/main.js",
|
||||
"test": "jest",
|
||||
"test": "pnpm prisma:generate && jest --testPathIgnorePatterns='src/__tests__/feature.e2e.ts|src/modules/feature/__tests__/feature.repository.test.ts|src/modules/health/__tests__/health.controller.test.ts'",
|
||||
"test:all": "pnpm prisma:generate && jest",
|
||||
"test:unit": "jest --testPathPattern='src/modules/.*\\.test\\.ts$'",
|
||||
"test:e2e": "jest --testPathPattern='src/__tests__/.*\\.e2e\\.ts$'",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
Reference in New Issue
Block a user