From 7ebbf61d9e02d268a7a8cd6fa10f58454a51e374 Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Wed, 19 Sep 2018 09:04:02 +0200 Subject: [PATCH] test(coverage): disable text coverage reporter The txt coverage reporter generates a lot of output that makes it hard to see the actual test results without scrolling up a lot first. We already have the html reporter setup and an npm script to enable easy viewing of the data (`yarn coverage`) so the text reporter isn't adding anything useful. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9a2d1f1d..b5d6e508 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,6 @@ "coverageReporters": [ "json", "lcov", - "text", "html" ], "moduleNameMapper": {