storybookjs / testing-library

Instrumented version of Testing Library for Storybook Interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Vue support

bodograumann opened this issue · comments

The vue variant of testing-library @testing-library/vue has a special fireEvent.update method to simulate user input.
Is it possible to add support for it?

Using fireEvent.input or userEvent.type seems to work fine. I just had a different issue. Sorry for the noise.