Skip to content

Commit

Permalink
increase order coverages
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahladdie committed Jun 5, 2024
1 parent 9ce478a commit a4117c8
Show file tree
Hide file tree
Showing 7 changed files with 4,917 additions and 3,677 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
resetMocks: true,
restoreMocks: true,
collectCoverageFrom: [
'src/services/**/*.{ts,tsx}', // Include all JavaScript/JSX files in the src directory
'src/**/*.{ts,tsx}', // Include all JavaScript/JSX files in the src directory
],
coveragePathIgnorePatterns: [
'/node_modules/', // Exclude the node_modules directory
Expand Down
Loading

0 comments on commit a4117c8

Please sign in to comment.