Actions
Bug #37506
closedExclude vendor dir in jest config
Status:
Closed
Priority:
Normal
Assignee:
Category:
Web UI
Target version:
Description
```
npx jest webpack
jest-haste-map: duplicate manual mock found: foremanReact/constants
The following files share their name; please delete one of them:
* <rootDir>/vendor/ruby/ruby/2.7.0/gems/foreman-tasks-9.1.1/webpack/__mocks__/foremanReact/constants.js
* <rootDir>/vendor/ruby/ruby/2.7.0/gems/foreman_remote_execution-12.0.5/webpack/__mocks__/foremanReact/constants.j
```
Somehow the vendor dir is not ignored
Actions