-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow activist's [Code of Conduct…
-
### Describe the bug
I've run into an issue when trying to do snapshot testing with my components using PrimeVue in our unit tests. We use XState for all of our state management, which means our Vue …
-
### What happened?
When running `quasar prepare`, an app extension that is linked via file:// in package.json throws exception that there is a missing index script.
### What did you expect to h…
-
## Blocked by
https://github.com/learningequality/kolibri-design-system/issues/439
## Context
[Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro) is a lightweight …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
**Describe the problem that you have**
I am trying to create a rapper to `VueDatePicker`, the issue that I'm having is that as soon as I use Vue's `withDefaults` and `defineProps`, and v-bind the pro…
-
### Have you read the Troubleshooting section?
Yes
### Plugin version
v5.10.2
### ESLint version
v8.13.0
### Node.js version
18.13.0
### package manager and version
npm 8.19.3
### Operating …
-
### Describe the bug
In vanilla project with vue3 + vitest + @testing-library/vue + node 18.18.2 or 20.11.1, setting and debugging breakpoints in vs-code on windows 11 does not work as expected. De…
-
TypeScript build of version 8.1.0 fails with:
> node_modules/@testing-library/vue/types/index.d.ts:10:36 - error TS2307: Cannot find module 'type-fest' or its corresponding type declarations.
>
…
-
### Describe the bug
We are using CustomRenderers on top of vuetify and test them with jest, vue-test-utils and testing-library. We had very weird errors during test execution:
```
console.warn
…