"Cannot use import statement outside a module" with axios in React – Reactjs
I am making use of axios in my react app along with MUI for styling. I had no error while development but now when i started to write test for my react app using react testing library and jest i…