From 008bb5736da56add037c4bc11fb4675e46dd90a8 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 8 Apr 2024 19:41:25 +0700 Subject: [PATCH] test: disable Jest from writing report files --- .gitignore | 1 - jest.config.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 260b703..6390aca 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ !.eslint* !.git* -coverage/ node_modules/ diff --git a/jest.config.json b/jest.config.json index 71ece3c..8cc69af 100644 --- a/jest.config.json +++ b/jest.config.json @@ -1,5 +1,6 @@ { "collectCoverage": true, + "coverageReporters": ["text"], "coverageThreshold": { "global": { "branches": 100,