Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoto-Cocoa authored Feb 11, 2024
1 parent 80ca90f commit 0cfa248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
verbose: true,
collectCoverage: true,
coverageReporters: [
"text",
"cobertura"
]
'text',
'cobertura',
],
} as JestConfigWithTsJest;

0 comments on commit 0cfa248

Please sign in to comment.