Skip to content

Commit

Permalink
chore: tsed-common coverage ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Oct 23, 2023
1 parent 6cb7781 commit 8979ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tsed-common/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sharedConfig from '@hikers-book/jest/api';

export default {
...sharedConfig
...sharedConfig,
coveragePathIgnorePatterns: ['index.ts', 'src/models']
};

0 comments on commit 8979ab6

Please sign in to comment.