From e44e39bc2cea4bc6be8e688611137e1f46b089da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Thu, 6 May 2021 20:17:32 +0200 Subject: [PATCH] Stop making report minified --- .mocharc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mocharc.json b/.mocharc.json index 91cead1..6f60b0d 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,5 +1,4 @@ { "recursive": true, - "require": ["esm", "ts-node/register"], - "reporter": "min" + "require": ["esm", "ts-node/register"] }