eslint-plugin-storybook
eslint-plugin-storybook copied to clipboard
await-interactions: rule is being applied to non-storybook-specific libraries
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
