This project was bootstrapped with Create React App.
in App.tsx I want to import MyComp with absolute path (src/MyComp) instead than relative path (./MyComp) This works out of the box on run, but not on test
Set NODE_PATH=. environment before running tests