Skip to content

Commit

Permalink
Update code/lib/test/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Gach <[email protected]>
  • Loading branch information
kasperpeulen and kylegach authored Nov 3, 2023
1 parent de903be commit 8114b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The test package exports instrumented versions of [@vitest/spy](https://vitest.d
The instrumentation makes sure you can debug those methods in the [addon-interactions](https://storybook.js.org/addons/@storybook/addon-interactions) panel.

```ts
// Button.stories.ts
import { Button } from './Button';
import { within, userEvent, expect, fn } from '@storybook/test';

Expand Down

0 comments on commit 8114b33

Please sign in to comment.