From 1f17e9f3b3c8903a72b7236f7f9e0579abead553 Mon Sep 17 00:00:00 2001 From: Ray Peters Date: Tue, 31 Jul 2018 15:22:49 -0700 Subject: [PATCH] Fix jsdom localStorage bug? Related to: - https://github.com/facebook/jest/issues/6769 - https://github.com/jsdom/jsdom/issues/2304 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a2128743..6825d336 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "roots": [ "utils" ], - "clearMocks": true + "clearMocks": true, + "testURL": "http://localhost/" } }