Subscribe on changes!

Testing Support

avatar
May 8th 2020

Is Testing Supported In vite If Supported How To Use vue-uest-utils-next with vite

avatar
May 8th 2020

Thanks

avatar
Oct 24th 2020

If it helps anyone I have created a starter with Vue + Vite + Typescript + Jest: https://github.com/santicros/vue3-vite-typescript-jest 😄

avatar
Jan 6th 2021

@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??