Cannot find module when using vitest

When I create a new project with ionic start and navigate to tests/unit/example.spec.ts I see an error stating: Cannot find module '@/views/Tab1Page.vue' or its corresponding type declarations.
Is there a known fix for this?
To reproduce simply create a new project using the ionic start command.

1 Like

Do you get any errors when actually running that test file?