Skip to content

Commit

Permalink
Fixes #37506 - Exclude vendor dir in jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas authored and chris1984 committed Jun 18, 2024
1 parent 94445d2 commit 71bee44
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 @@ module.exports = {
'<rootDir>/foreman/',
'<rootDir>/.+fixtures.+',
'<rootDir>/engines',
'<rootDir>/vendor/',
],
moduleDirectories: [
`${foremanFull}/node_modules`,
Expand Down

0 comments on commit 71bee44

Please sign in to comment.