From 54b25eafe22c347420bee165995ce961197957ad Mon Sep 17 00:00:00 2001 From: KJlmfe Date: Sun, 29 Jul 2018 14:11:08 +0800 Subject: [PATCH] test: fix tests by adding testURL to jest configuration close #1933 --- jest.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 jest.config.js diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 00000000..ec949f06 --- /dev/null +++ b/jest.config.js @@ -0,0 +1,3 @@ +module.exports = { + testURL: 'http://localhost:8000', +}; -- GitLab