From 5ebdc01ef271a6417a7cda75514c9ae72a3ca9c4 Mon Sep 17 00:00:00 2001 From: Ronald Haring Date: Wed, 17 Oct 2018 18:53:21 +0200 Subject: [PATCH] made the tests run again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac83d97..6e81a2e 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ }, "scripts": { "compile": "tsc", - "test": "jest" + "test": "jest --env=node --colors --coverage test" } }