Testing Support
Take a look at https://github.com/JessicaSachs/vite-component-test-starter
If it helps anyone I have created a starter with Vue + Vite + Typescript + Jest: https://github.com/santicros/vue3-vite-typescript-jest 😄
@santicros Hey, I love what you've done, but while trying to copy this into my app, I get errors while using runtime variables like projectId: import.meta.env.VITE_PROJECT_ID it says The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', or 'system'. and the module option in my tsconfig.json is 'esnext'
Any hints on how to make them play together??