Vova_Garvae

Results 4 comments of Vova_Garvae

@longlho I made [codesandbox](https://codesandbox.io/s/great-cloud-81nr9w?file=/src/test.test.tsx), but an error there is about an "id" in the message. I don't know why, but it looks like the jest `astTransformers` config is not being...

@longlho Ok, this is what I made locally to fix my issue: `jest.config.js` ```js module.exports.config = { globals: { /* ... */ 'ts-jest': { astTransformers: { before: [ { options:...

@longlho My solution is just a workaround. I don't know where the problem is in the code. I'm just replacing the passed value by force-importing the typescript - this approach...