Closed andyghiuta closed 4 years ago
Hi @ andyghiuta , thank you for opening this issue.
I can reproduce your issue, but this is probably not an issue with vue-test-utils-next (as I don't think we use server-renderer).
I think it might be an issue with vue-cli or more likely, with vue-loader: https://github.com/vuejs/vue-loader Would you mind opening an issue there?
@cexbrayat sure thing! Thanks!
Steps to reproduce:
Scaffold a new app with
vue create hello-vue3-mocha
(Manually select)cd hello-vue3-mocha
Run tests with
npm run test:unit
Result:
Dependencies at the time of writing: