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 5ee96fd commit 908129e
Show file tree
Hide file tree
Showing 2 changed files with 4,903 additions and 3,670 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 908129e

Please sign in to comment.