UNPKG

@fatherly-funnies/joke-card

Version:

React component to display a daily joke

15 lines 574 B
// import { within, userEvent } from '@storybook/testing-library'; import JokeCard from '../components/JokeCard'; var meta = { title: 'Example/JokeCard', component: JokeCard, parameters: { // More on how to position stories at: https://storybook.js.org/docs/react/configure/story-layout layout: 'centered', controls: { expanded: true } }, }; export default meta; // More on interaction testing: https://storybook.js.org/docs/react/writing-tests/interaction-testing export var Primary = {}; //# sourceMappingURL=JokeCard.stories.js.map