WSD
WSD
Perhaps a simpler solution could be mapping the `flat ` dependency? Here's how my jest.preset.js looks like: ``` const nxPreset = require('@nrwl/jest/preset').default; module.exports = { ...nxPreset, setupFilesAfterEnv: ['/src/test-setup.ts'], coverageReporters: ['html',...
@PieterjanDeClippel has created a minimal repro here: https://github.com/PieterjanDeClippel/signaltesting/tree/master/src/app As mentioned by others, the issue arises when we use for example: ` MockDirective(BsCheckboxGroupDirective)` and the `BsCheckboxGroupDirective `is using the new signal...
> Any news on this issue? A workaround in the meantime... 😕 https://stackoverflow.com/a/78736480/1277159