Skip to content

Commit

Permalink
feat: remove stories in the coverage from Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Apr 26, 2023
1 parent 62d53ee commit d502869
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 @@ -20,6 +20,7 @@ const customJestConfig = {
collectCoverageFrom: [
'./src/**/*.{js,jsx,ts,tsx}',
'!./src/**/_*.{js,jsx,ts,tsx}',
'!./src/**/*.stories.{js,jsx,ts,tsx}',
'!**/*.d.ts',
'!**/node_modules/**',
],
Expand Down

0 comments on commit d502869

Please sign in to comment.