-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hejhej,
the **vue3-dnd-test-utils** mention the need of the peerDependency ``"@testing-library/vue": ">= 11"``, but the latest version I can find is 7.0.0 (https://github.com/testing-library/vue-test…
-
Hi, I'm trying to create a mock of mitt for the unit tests of my components in Vue 3, however, I'm not succeeding, can you help?
mitt instance file (in root):
```js
import mitt from 'mitt'
exp…
-
**Describe the bug** A clear and concise description of what the bug is.
This is regression from `testing-library/vue v6.6.1`. When there is an element inside the `Teleport` component which has `v-…
-
Background:
dotLottie-web is a JavaScript library that includes several packages in a monorepo, which wrap its APIs into neat component packages for various frameworks such as React, Vue, Solid, Svel…
-
Hi all,
I've also opened an issue in the Formkit repository but I still think it's a vue-testing-library related issue.
**Describe the bug**
When logging `emailField` and `passwordField` I'm g…
-
I am currently experienced the following error when running my unit tests:
` ReferenceError: Vue is not defined
`
```
> 10 | import hljsVuePlugin from '@highlightjs/vue-plugin';
…
-
**Describe the bug** A clear and concise description of what the bug is.
According to the vue-test-utils documentation it is possible to register global stuff using `config.global.*`, so for instan…
-
### Describe the bug
When using the build `@vue/compat` and installing it according to the migration guide (ie: using alias in vite), the tests fail with the following message:
```
TypeError: Can…
-
### Describe the bug
Im having this error when mounting a component. I'm not sure why this is happening and couldnt reproduce with testing-vue linked since the error stops when I link it.
The thin…