From 18aa3f3787e88ae772e6e5d73478f0d1b645dde2 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 2 Mar 2019 16:16:46 -0800 Subject: [PATCH] Fix specs, thanks for the breaking minor change jest --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d00ea960b..381fe029b 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "test:watch": "jest --config=server/.jestconfig.json --runInBand --forceExit --watchAll" }, "jest": { + "testURL": "http://localhost", "verbose": false, "roots": [ "app",