Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Nov 14, 2024
1 parent 54bfcf8 commit 7f8a2ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ module.exports = {
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
verbose: true,
collectCoverage: true,
coverageReporters: [
"text",
"cobertura"
]
coverageReporters: ['text', 'cobertura'],
};

0 comments on commit 7f8a2ed

Please sign in to comment.