diff --git a/jest.config.js b/jest.config.js index 593e146b..ca8424b7 100644 --- a/jest.config.js +++ b/jest.config.js @@ -12,7 +12,7 @@ module.exports = { '!**/config.ts', '!**/env.ts', '!**/handlers/**', - '!**/peoxy/app.ts', + '!**/proxy/app.ts', '!**/management/app.ts', ], coverageReporters: ['lcov', 'json-summary', ['text', { file: 'coverage.txt', path: './' }]],