transformIgnorePatterns
option is not used when specified in global config of multi-project setup
#5260
Labels
transformIgnorePatterns
option is not used when specified in global config of multi-project setup
#5260
I'm running jest in a multi-project mode with several projects in subdirectories. The global configuration file in the root directory is as follows
Project configurations are relatively simple and only differ by
testEnvironment
(node and jsdom) as for now. I expect jest to usetransformIgnorePatterns
options for all projects when I run it from the root directory withnpm test
. But it does work only if I move the mentioned option to the jest configuration in the subdirectory, such assrc/client/jest.config.js
Is this an intended behavior or a bug?
The text was updated successfully, but these errors were encountered: