SyntaxError: Cannot use import statement outside a module · Issue #9395 · jestjs/jest
When you use ECMAScript Modules in Node (v13.6.0 for me) combined with Jest, the following error occurs: SyntaxError: Cannot use import statement outside a module at ScriptTransformer._transformAnd...