storybookjs / testing-react

Testing utilities that allow you to reuse your Storybook stories in your React unit tests!
MIT License
588 stars 24 forks source link

Update types #54

Closed tmeasday closed 2 years ago

tmeasday commented 3 years ago

Issue: Types changed in latest betas (from alphas), breaking convenience of testing-react

What Changed

I updated type magic to consider both Story and StoryObj as potential types.

Checklist

Check the ones applicable to your change:

Change Type

Indicate the type of change your pull request is:

yannbf commented 2 years ago

Thank you so much @tmeasday !! I'll be checking this tomorrow 👌

yannbf commented 2 years ago

Closing as this was already done in #60