SyntaxError: Cannot use import statement outside a module in vue js with Jest framework
I am new in Vue js. I have installed jest in my view project. and I used multiselect module in my vue project. But when i run npm run test command then following error is showing.
i have install “babel-jest”-> “^27.5.1”