Sep 20, 2018 · And inside my package.json, in Jest config, I had the following property: ... "rootDir": "src" So I think that my Jest was trying to search the modules starting with 'src' already inside 'src' folder (due to rootDir property) I've just removed that property and it started working! Also, the following property inside Jest config was also necessary: