Skip to content

Commit

Permalink
test: ignore icons folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Karine Brandelli Padilha committed Dec 11, 2024
1 parent 3d6a437 commit a494228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
coveragePathIgnorePatterns: ['stories.(ts|tsx)'],
collectCoverageFrom: [
'<rootDir>/src/core/**/*.(ts|tsx)',
'!<rootDir>/src/icons/**/*.(ts|tsx)',
'!<rootDir>/src/core/data-display/data-table/*.(ts|tsx)',
'!<rootDir>/src/core/data-display/table/table-pagination.tsx',
'!<rootDir>/src/core/feedback/dialog-v2/index.ts',
Expand Down

0 comments on commit a494228

Please sign in to comment.