when I use create-react-app
my webpack aliases is

and my jest config is

import module like this

when I use npm run start
, I can run my project correctly.
But, when I use npm run test
, it throw an error I can not find the module which i import in the last picture .
How can I solve this ?