From 6c8ea3f63d8ce395aff4715561719a72010460f6 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Tue, 31 Jul 2018 21:24:19 -0700 Subject: [PATCH] chore: fix jest testurl --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7f1f551..60f96ec 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ } }, "jest": { + "testURL": "http://localhost", "transform": { ".ts": "/node_modules/ts-jest/preprocessor.js" },