From 52d5450ced6aeddb929be96a38f6d09058128246 Mon Sep 17 00:00:00 2001 From: Christoph Pojer Date: Wed, 29 Jun 2016 19:52:25 -0700 Subject: [PATCH] Update Jest and add Jest-REPL/Jest-Runtime Reviewed By: elynde Differential Revision: D3496544 fbshipit-source-id: a19ae23bff88e99ef15ecc800378899c79cdee18 --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index efea52ffd..d9a16f61d 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,9 @@ "eslint-plugin-flow-vars": "^0.2.1", "eslint-plugin-react": "^4.2.1", "flow-bin": "^0.27.0", - "jest": "12.1.1", + "jest": "^13.0.0", + "jest-repl": "^13.0.0", + "jest-runtime": "^13.0.0", "portfinder": "0.4.0", "react": "~15.2.0-rc.1", "shelljs": "0.6.0"