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/',