test apps api
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
"build": "tsc --build --verbose",
|
||||
"start:dev": "ts-node-dev --respawn --inspect=0.0.0.0:9229 src/main.ts",
|
||||
"start:prod": "node dist/main",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test": "vitest run --config ../../vitest.api.config.ts",
|
||||
"test:coverage": "vitest run --config ../../vitest.api.config.ts --coverage",
|
||||
"test:watch": "vitest --config ../../vitest.api.config.ts",
|
||||
"generate:openapi": "GENERATE_OPENAPI=true ts-node src/main.ts --exit"
|
||||
},
|
||||
"keywords": [],
|
||||
@@ -22,7 +23,7 @@
|
||||
"@nestjs/common": "^10.4.20",
|
||||
"@nestjs/core": "^10.4.20",
|
||||
"@nestjs/platform-express": "^10.4.20",
|
||||
"@nestjs/swagger": "^11.2.3",
|
||||
"@nestjs/swagger": "^7.4.2",
|
||||
"@nestjs/typeorm": "^10.0.2",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.3",
|
||||
|
||||
Reference in New Issue
Block a user