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,