From 4a906137b8086c67523bd6cda6f0c89d56663787 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Sat, 28 Jul 2018 17:45:21 +0800 Subject: [PATCH] Add testUrl https://github.com/jsdom/jsdom/issues/2304 --- .jest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.jest.js b/.jest.js index f2b15bb87f..ed2c101e41 100644 --- a/.jest.js +++ b/.jest.js @@ -48,4 +48,5 @@ module.exports = { tsConfigFile: './tsconfig.test.json', } }, + testURL: 'http://localhost', };