From 00cfe83317c54770870ec054f18d5f69b4b62ce9 Mon Sep 17 00:00:00 2001 From: Sergey Shelomentsev Date: Wed, 3 May 2023 14:33:31 +0300 Subject: [PATCH] Update jest.config.js --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: './' }]],