Skip to content

Commit

Permalink
chore: adjust jest conifguration
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 6, 2024
1 parent 1d6ddf3 commit 6cd39c6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,11 @@ module.exports = {
coverageDirectory: 'coverage',
collectCoverageFrom: [
'src/**/*.{ts,tsx,js,jsx}',
'!src/**/*.d.ts',
'!src/api/index.ts',
'!src/api/utils/**/*.{ts,js}',
'!src/cli/**/*.{ts,js}',
'!src/database/**/*.{ts,js}',
'!src/utils/**/*.{ts,js}',
'!src/seeder/**/*.{ts,js}',
'!src/**/*.d.ts'
],
coverageThreshold: {
global: {
branches: 70,
branches: 65,
functions: 80,
lines: 80,
statements: 80
Expand Down

0 comments on commit 6cd39c6

Please sign in to comment.