unit test
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -39,17 +39,23 @@ |
| "testEnvironment": "node" | ||
| }, | ||
| "devDependencies": { | ||
| "@nestjs/platform-express": "^9.0.3", | ||
| "@nestjs/testing": "^9.0.3", | ||
| "@nestjs/typeorm": "^9.0.0", | ||
| "@types/jest": "^28.1.5", | ||
| "@types/lodash": "^4.14.182", | ||
| "@types/node": "^18.0.4", | ||
| "@types/supertest": "^2.0.12", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.5.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "jest": "^28.1.3", | ||
| "pg": "^8.7.3", | ||
| "prettier": "^2.7.1", | ||
| "rimraf": "^3.0.2", | ||
| "supertest": "^6.2.4", | ||
| "ts-jest": "^28.0.6", | ||
| "typescript": "^4.7.4" | ||
| }, | ||
| ... | ... |
tests/module.spec.ts
0 → 100644
tests/utility/user.ts
0 → 100644
Please register or sign in to comment