storybookjs / eslint-plugin-storybook

🎗Official ESLint plugin for Storybook
MIT License
248 stars 56 forks source link

await-interactions: rule is being applied to non-storybook-specific libraries #47

Closed yannbf closed 2 years ago

yannbf commented 3 years ago

Describe the bug await-interactions isn't verifying that we're actually using userEvent from @storybook/testing-library. The rule should not apply for everything that happens to be called userEvent.

To Reproduce image

yannbf commented 2 years ago

Fixed in v0.6.6