From 0a0f69b5bfe30c26f9f2be7b6f8683c6b3b7f81e Mon Sep 17 00:00:00 2001 From: VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS Date: Fri, 1 Mar 2019 06:58:58 -0300 Subject: [PATCH] fixing jest coverage output report (#575) --- jest.unit.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.unit.config.json b/jest.unit.config.json index fe5d7f710..95d4a0694 100644 --- a/jest.unit.config.json +++ b/jest.unit.config.json @@ -22,7 +22,7 @@ ], "coverageDirectory": "out/coverage", "collectCoverageFrom": [ - "js/**/*.js", + "src/**/*.{ts,tsx}", "!**/node_modules/**", "!**/vendor/**" ],