From 40528164674a8fb0b17a1e97d3a7f86743d5dfea Mon Sep 17 00:00:00 2001 From: Rafael Oleza Date: Wed, 26 Sep 2018 16:45:37 -0700 Subject: [PATCH] Remove duplicated config types Summary: This diff removes the `convertNewToOld` config method, which was only used by the unit tests (since there's no need to convert a new config object into an old one). As part of this, the config tests have been tweaked and simplified a bit, while keeping similar assertions and adding some more checks. Reviewed By: mjesun Differential Revision: D10015079 fbshipit-source-id: ba4fbd09cd4f97168bc1a2dbcec2699a00243637 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cbeae812..5644e56ad 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "opn": "^3.0.2", "optimist": "^0.6.1", "plist": "^3.0.0", - "pretty-format": "^4.2.1", + "pretty-format": "^23.4.1", "promise": "^7.1.1", "prop-types": "^15.5.8", "react-clone-referenced-element": "^1.0.1",