From da2c6f3f33bfb6c0736f096b3a85ab7705623494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Tue, 23 Jul 2024 15:13:33 -0300 Subject: [PATCH] fix: add typescript files to coverage report --- config/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jest.config.js b/config/jest.config.js index 498f74e9f..55f8b6578 100644 --- a/config/jest.config.js +++ b/config/jest.config.js @@ -27,7 +27,7 @@ module.exports = { 'env.config': envConfigPath, }, collectCoverageFrom: [ - 'src/**/*.{js,jsx}', + 'src/**/*.{js,jsx,ts,tsx}', ], coveragePathIgnorePatterns: [ '/node_modules/',