I test Vue project with jest, bug I got errors says:
Jest encountered an unexpected token and SyntaxError: Unexpected token import
I had a similar problem and "babel-plugin-transform-es2015-modules-commonjs" is working for me
npm i -D babel-plugin-transform-es2015-modules-commonjs
.babelrc config "plugins":["transform-es2015-modules-commonjs"]
"plugins":["transform-es2015-modules-commonjs"]