Skip to content

Commit

Permalink
test(configuartion): removes utils from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
riyalohia committed Sep 18, 2020
1 parent e3e103a commit ab7791b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ const config = {
coverageReporters: ['json', 'lcov', 'text', 'text-summary', 'html'],
verbose: true,
collectCoverageFrom: [
'core/**/*.{ts,tsx}',
'!core/utils/**',
'!**/dist/**/*',
'!core/**/*.story.tsx',
'!core/**/__stories__/**'
'!**/*.story.tsx',
'!core/**/__stories__/**',
'core/**/*.{ts,tsx}',
'core/utils/PopperWrapper.tsx',
],
globals: {
window: true
Expand Down

0 comments on commit ab7791b

Please sign in to comment.