Has anyone used this library in a monorepo project with the [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) preset, which [configures](https://github.com/thymikee/jest-preset-angular#exposed-configuration) `ts-jest` in a way that conflicts with this library. I tried this which doesn't work (nameof is detected, but then the preset fails and so the tests don't run): ```` globals: { "ts-jest": { tsConfig: '<rootDir>/tsconfig.spec.json', stringifyContentPathRegex: '\\.html$', astTransformers: [ "ts-nameof", require.resolve("jest-preset-angular/InlineHtmlStripStylesTransformer"), ], } }, ```` In fact is it even possible to use multiple presets or transformers?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by lonix1 and has received 5 comments.