Flavien Beninca

Results 4 comments of Flavien Beninca

Add transformIgnorePatterns not works for me

does anyone have an example of a complete configuration (jest + babel) that works so I can try to see what's wrong with mine?

Ok it's work, my solution : - add `@babel/plugin-transform-modules-commonjs` plugin in `.babelrc` - in jest.config.js ```js const config = { preset: "ts-jest", testEnvironment: "jsdom", moduleFileExtensions: ["js", "jsx", "ts", "tsx"], testPathIgnorePatterns:...

@utkarsh-dixit yes workspace path is `/tmp/app-develop/doc`