vue-testing-library icon indicating copy to clipboard operation
vue-testing-library copied to clipboard

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.

Results 38 vue-testing-library issues
Sort by recently updated
recently updated
newest added

Hi, I'm a little confused when using the rerender API I wanted to update props, but then I realized that in the next release, I needed to call rerender api...

**Describe the bug** When passing a store directly into `render` as option, all mutations are lost on Vue2 components. ```ts // won't work const store = new Vuex.Store({ mutations: {...

bug

Hi! 👋 I was told [here](https://github.com/testing-library/dom-testing-library/issues/1047#issuecomment-1218128916) that a contribution to bump `@testing-library/dom` to v8 would be happily received, so here I am 😄 I realize I'm opening this against the...

# Description > The file `fire-event.js` had a `switch` statement to handle the `fireEvent.update` function. In this PR the file was moved into a folder called "fire-event" and a new...

The current fireEvent() uses waitFor() after triggering event handler to ensure that the DOM is updated in a timely manner, passing in an empty function and awaiting it. `await waitFor...

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 getting...

bug

**Describe the bug** A clear and concise description of what the bug is. Cannot get validation warnings to trigger when using third party library (Quasar)'s dropdown boxes. **To Reproduce** Steps...

I use vue-i18n in my component, which is written using script setup syntax. When I try to render component in my test I'm getting the error `TypeError: $setup.t is not...

bug

**Describe the bug** Components that render multiple root nodes or `` in root won't be cleaned up properly after each test or by calling `cleanup` manually. **To Reproduce** The following...

bug

**Describe the bug** A clear and concise description of what the bug is. I have `"@testing-library/vue": "^7.0.0"` and when I attempt to update vue to latest (3.3.4) I get the...

bug