Open petermetz opened 2 years ago
Hey @petermetz, what did you run to get these warnings? Currently, when you run yarn jest
it only pulls up this:
jest-haste-map: duplicate manual mock found: ConfigUtil
The following files share their name; please delete one of them:
* <rootDir>/packages/cactus-cmd-socketio-server/dist/src/main/typescript/routing-interface/util/__mocks__/ConfigUtil.js
* <rootDir>/packages/cactus-cmd-socketio-server/src/main/typescript/routing-interface/util/__mocks__/ConfigUtil.ts
Certain warnings are being generated when running Jest tests and we should look into fixing them. They are talking about module name collisions which shouldn't be too hart to fix (in theory, as usual).
Should also look into the negative side-effects of these warnings because right now I can only guess that it's probably worsening the performance of the test executions, but that's pure speculation based on the warning messages themselves.