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" }