Skip to content

Commit

Permalink
Use symbols only
Browse files Browse the repository at this point in the history
  • Loading branch information
TiMESPLiNTER committed Jan 31, 2024
1 parent e9442a9 commit 78d90e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const config: Config = {
coverageReporters: ['text', 'html', 'lcov'],
coverageThreshold: {
global: {
"branches": 80,
"functions": 88,
"lines": 93,
"statements": 93
branches: 80,
functions: 88,
lines: 93,
statements: 93
}
},
collectCoverageFrom: [
Expand Down

0 comments on commit 78d90e3

Please sign in to comment.