Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use-storybook-testing-library default export handling #18

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

shilman
Copy link
Member

@shilman shilman commented Nov 8, 2021

Issue: #15

What Changed

Fixed handling of

import userEvent from '@testing-library/user-event';
import userEvent, { foo, bar as Bar } from '@testing-library/user-event';

Checklist

Check the ones applicable to your change:

  • Tests are updated
  • Documentation is updated

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

@shilman shilman added the bug Something isn't working label Nov 8, 2021
@shilman shilman requested a review from yannbf November 8, 2021 01:27
@yannbf
Copy link
Member

yannbf commented Nov 8, 2021

Awesome stuff @shilman !! Tested locally and it works perfectly 👌

@yannbf yannbf merged commit 92bb20d into main Nov 8, 2021
@yannbf yannbf deleted the 15-fix-testinglib-default-exports branch November 8, 2021 11:24
@github-actions
Copy link

🚀 PR was released in v0.3.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants