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

@@ -31,11 +31,11 @@
"@oclif/dev-cli": "^1",
"@types/fs-extra": "^8.1.0",
"@types/inquirer": "^6.5.0",
"@types/jest": "^25.1.0",
"@types/jest": "^26",
"@types/node": "^13.7.5",
"flipper-test-utils": "0.47.0",
"globby": "^10",
"jest": "^25.1.0",
"jest": "^26",
"prettier": "^2.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.0.0",