Update jest

Summary: Getting some warnings from ts-jest being potentially incompatible.

Reviewed By: nikoant

Differential Revision: D22184492

fbshipit-source-id: b0ff36bd63f45ca71957f882a08dcbedfdd5de87
This commit is contained in:
Pascal Hartig
2020-06-24 05:26:41 -07:00
committed by Facebook GitHub Bot
parent 03b231703b
commit f088d7ceec
8 changed files with 606 additions and 822 deletions

View File

@@ -30,8 +30,8 @@
"tslib": "^2"
},
"devDependencies": {
"@types/jest": "25.1.4",
"jest": "^25.1.0",
"@types/jest": "26",
"jest": "^26",
"prettier": "^2.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.0.0",