Skip to content

Commit

Permalink
Merge pull request #20601 from storybookjs/fix-jest-duplication
Browse files Browse the repository at this point in the history
Bug: Fix issue with jest projects matching `ui/node_modules`
  • Loading branch information
tmeasday authored Jan 13, 2023
2 parents 039e909 + 00ac5cb commit 8b25057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'<rootDir>/frameworks/!(angular)*',
'<rootDir>/lib/*',
'<rootDir>/renderers/*',
'<rootDir>/ui/*',
'<rootDir>/ui/!(node_modules)*',
],
collectCoverage: false,
collectCoverageFrom: [
Expand Down

0 comments on commit 8b25057

Please sign in to comment.