RTL Error cannot find module @assets/logo-filled.png from src/component/index.tsx – Reactjs
Getting below error cannot find module @assets/logo-filled.png from src/component/index.tsx if I replace import logo from @assets/logo-filled.png with import logo from ../../../assets/logo-filled.png This line of import is working fine while running the application. But while running the test scripts npm test…