Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Mar 13, 2024
1 parent ab6305c commit 83faba8
Show file tree
Hide file tree
Showing 2 changed files with 1,483 additions and 703 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,41 +82,41 @@
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.4.2",
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.4.1",
"@golevelup/ts-jest": "0.4.0",
"@nestjs/cli": "^9.4.2",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^8.4.0",
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@types/jest": "^29.5.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.14.179",
"@types/node": "^20.11.25",
"@types/passport-jwt": "^3.0.9",
"@types/passport-local": "^1.0.34",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.16.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"aws-sdk-mock": "^5.8.0",
"eslint": "^8.57.0",
"eslint-config-nevermined": "^0.2.0",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.3.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.3",
"jest": "^29.5.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-date-mock": "^1.0.8",
"lint-staged": "^13.2.3",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"prettier-package-json": "^2.8.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-node-dev": "^2.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-to-eslint-config": "^2.14.3",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"lint-staged": {
"**/*.{js,json,md,sol,ts,yml}": [
Expand Down

0 comments on commit 83faba8

Please sign in to comment.