diff --git a/jest.config.js b/jest.config.js index 4f5b95eff1ccd8f00c99ffe3d3b3e24bd0150151..c2443e5d2b8efa3012a47e7cf97ee465f3ed4e06 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,4 +5,6 @@ module.exports = { }, testRegex: "/tests/.*\\.(test|spec)\\.(jsx?|tsx?|ts)$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], + collectCoverage: true, + coverageReporters: ["text-summary"] }; \ No newline at end of file