Merge pull request #926 from spotify/marcuseide-patch-1

Fix version of @types/jest for circleci
This commit is contained in:
Marcus Eide
2020-05-19 16:34:26 +02:00
committed by GitHub
+1 -1
View File
@@ -46,7 +46,7 @@
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^10.2.4",
"@types/jest": "^25.2.1",
"@types/jest": "^25.2.2",
"@types/node": "^12.0.0",
"@types/testing-library__jest-dom": "^5.0.4",
"jest-fetch-mock": "^3.0.3",