This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
You can look at https://github.com/elk-zone/elk, perhaps? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
tldr:
I am looking for a working test environment for nuxt 3 and vuetify (or any other ui framework). Maybe someone has one up and running with a few examples mounting a component and is willing to share it?
long:
I am having a hard time getting vitest running with my project. The examples provided in the docs of vitest, jest and nuxt-vitest work with really simple apps. But I have a more complex setup:
I actually do not know which of the parts does not work because I can't mount the simplest login form. Vitest does not find any of the vuetify components and also not the i18n $t. It surely is a problem with my config files:
Beta Was this translation helpful? Give feedback.
All reactions