Adrià Fontcuberta
Adrià Fontcuberta
Hi mate! I was running into some issues with vue-simple-portal in Nuxt because it was importing another Vue instance so I was getting the usual `“$attrs is readonly” “$listeners is...
Hi, by adding `!default`, link colors can be customized as specified in the docs.
Hi! :wave: ### Describe the feature you'd like: `.toBeInTheDocument()` should (could) output the same error as `getByX()` queries, so that it provides better context when debuggin what went wrong. There's...
Quoting @sarahdayan: > Additionally, it could be nice to have a Best practices section. Kent often writes blog posts, tweets, or GitHub replies on these topics that get scattered across...
I wanted to know your opinion on reducing each flavor section, so that we have some "big" pages about queries, common use cases, and so on, and then other React/Vue/Cypress/Svelte...
First of all, thanks for this repo - it's full of wisdom and good ideas. I was wondering if you had the chance to try [vue-testing-library](https://github.com/dfcook/vue-testing-library) out. It is the...
I'll use this issue to keep track of all efforts to support Vue 3 in the next major version of Vue Testing Library. All feedback is appreciated! 🚀 --- Support...
Hi, Is there an easy way to create individual imports for every component in my library? So instead of doing something like `import { someComp } from 'MyLibrary'` I'd like...
Hi! And thank you for this amazing tool. I was wondering if it would be possible to parse `validator` values, instead of having to set a `@type` JSDoc comment? That...
I was thinking of adding a section somewhere with several tips on writing testable code: * Extract requests into services to simplify mocking. * Extract complex methods and test them...