From f7b593e7b140af66c6ddd8d4f96bfdfd4e0fabdb Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Fri, 14 Sep 2018 21:22:17 +0200 Subject: [PATCH] Remove jsdom env from tests --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 05e8201..6024d2d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -23,7 +23,7 @@ "scripts": { "start": "react-scripts-ts start", "build": "react-scripts-ts build", - "test": "react-scripts-ts test --env=jsdom", + "test": "react-scripts-ts test", "eject": "react-scripts-ts eject", "lint": "tslint --project .", "lintfix": "tslint --fix --project .",