Vue unit test - SyntaxError: Cannot use import statement outside a module

Did you remove any dependencies from your package.json file? I am not getting that error when running tests with a blank Ionic Vue app.

That being said, the tests in our starter apps should be updated to reference the latest starter components. (I see that they reference a HelloWorld component that no longer exists).