From 8a153d146acae8df1100d4032d6b1ba09800aad2 Mon Sep 17 00:00:00 2001 From: Mike Fisher Date: Sun, 29 Jul 2018 09:41:00 +1000 Subject: [PATCH] build(jest): Add testURL Jest config See https://github.com/facebook/jest/issues/6766 --- jest.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jest.config.json b/jest.config.json index 175d78b2..c87b1d69 100644 --- a/jest.config.json +++ b/jest.config.json @@ -16,5 +16,6 @@ "setupFiles": [ "/test/setupPolyfills.js" ], - "setupTestFrameworkScriptFile": "/test/setupTestFramework.js" + "setupTestFrameworkScriptFile": "/test/setupTestFramework.js", + "testURL": "http://localhost" }