diff --git a/tracker/tracker/jest.config.js b/tracker/tracker/jest.config.js index 06d019c0f..a595f974c 100644 --- a/tracker/tracker/jest.config.js +++ b/tracker/tracker/jest.config.js @@ -6,15 +6,6 @@ const config = { collectCoverageFrom: ['src/**/*.ts', '!src/**/*.d.ts'], // Add more detailed coverage reporters for PR comments coverageReporters: ['text', 'lcov', 'html', 'json-summary'], - // Optional: Add coverage thresholds if desired - coverageThreshold: { - global: { - branches: 70, - functions: 75, - lines: 80, - statements: 80 - } - }, // .js file extension fix moduleNameMapper: { '(.+)\\.js': '$1',