Skip to content

Commit

Permalink
Update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shelomentsev authored May 3, 2023
1 parent a48ad1d commit 00cfe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: './' }]],
Expand Down

0 comments on commit 00cfe83

Please sign in to comment.