Mike Lee
                                            Mike Lee
                                        
                                    I had the same problem and verifed @wrule 's solution works.
Thanks! I actually have two more questions. I am not sure if this is the right place to ask questions, but here they are: 1. After following the tutorial, I...
Any updates on this issue?
Any updates on this issue? I am running into the same issue, trying to use the SQS SDK in an EC2 instance via ECS. I am trying to use a...
Any updates on this? Also running into the same issue with a vue 2 + vite app, when using dynamic imports. The vue router hack could work for some imports,...
> i'm getting this error when i deploy my site to github pages. however, when i deploy the same built code to netlify, it works just fine. Similarly, running into...
Potentially a duplicate of https://github.com/vuejs/vue-jest/issues/493
@rogatty I tried both: ``` globals: { '@vue/vue3-jest': ... ``` and ``` globals: { 'vue-jest': ... ``` but neither seem to work for me sadly. Do you mind sharing what...
Upon further debugging, I noticed that the `@vue/vue3-jest/lib/process.js::processScriptSetup()` is early exiting, causing the `compilerOptions` to not get respected. ```js function processScriptSetup(descriptor, filePath, config) { if (!descriptor.scriptSetup) { //
@rogatty interesting, could you elaborate on what you said about using `@vue/compat` in the app, but not in the tests? is it possible to have the app running with the...