Skip to content

Commit

Permalink
test: collect coverage from packages only
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Dec 11, 2024
1 parent 5af82e5 commit b0dfb00
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ module.exports = {
'/docs/',
'/scripts/mock/',
],
collectCoverageFrom: [
'packages/**/*/src/**/*.{js,jsx,ts,tsx}',
'src/**/*.{js,jsx,ts,tsx}',
],
collectCoverageFrom: ['packages/**/*/src/**/*.{js,jsx,ts,tsx}'],
moduleDirectories: ['node_modules', 'lib', 'es', 'dist'],
moduleNameMapper: {
'\\.(less|css)$': 'jest-less-loader',
Expand Down

0 comments on commit b0dfb00

Please sign in to comment.