Skip to content

Commit

Permalink
fix: jest
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld committed Jun 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c37557f commit af6c14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -47,15 +47,15 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^27.3.1",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.41",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^8.3.4",
"jest": "^27.3.1",
"ngrok": "^4.3.1",
"supertest": "^6.2.3",
"ts-jest": "^28.0.4",
"ts-jest": "^27.0.7",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.3"
}

0 comments on commit af6c14e

Please sign in to comment.