From baa873e506ff90e2bb6ce3fbddcb521b81780236 Mon Sep 17 00:00:00 2001 From: Miguel Jimenez Esun Date: Tue, 5 Sep 2017 05:12:08 -0700 Subject: [PATCH] Update Jest to v21 Reviewed By: cpojer Differential Revision: D5765333 fbshipit-source-id: 94ea448c4380fdc68f42f84eb3963322ea18ec70 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77faf719b..8ad958f1a 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "eslint-plugin-prettier": "2.1.1", "eslint-plugin-react": "^7.2.1", "flow-bin": "^0.53.0", - "jest": "20.1.0-echo.1", + "jest": "^21", "mock-fs": "^4.4.1", "prettier": "1.5.2", "react": "16.0.0-beta.5", @@ -205,4 +205,4 @@ "shelljs": "0.6.0", "sinon": "^2.2.0" } -} +} \ No newline at end of file