Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 80ab0ea

Browse files
committed
docs(README): update assets [skip ci]
1 parent 39ffc9e commit 80ab0ea

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<p align="center">
2-
<a href="https://storybook.js.org/">
3-
<img src="assets/logo.svg" alt="Storybook" width="100" />
4-
</a>
2+
<img src="https://user-images.githubusercontent.com/1671563/111436322-21b31180-8702-11eb-943f-93b5a0b02b50.png" alt="Storybook React Testing" width="100" />
53
</p>
64

75
<p align="center">Testing utilities that allow you to reuse your stories in your unit tests</p>
@@ -117,11 +115,11 @@ test('onclick handler is called', async () => {
117115

118116
`@storybook/react-testing` is typescript ready and provides autocompletion to easily detect all stories of your component:
119117

120-
![](assets/autocompletion-compose.png)
118+
![component autocompletion](https://user-images.githubusercontent.com/1671563/111436219-034d1600-8702-11eb-82bb-36913b235787.png)
121119

122120
It also provides the props of the components just as you would normally expect when using them directly in your tests:
123121

124-
![](assets/autocompletion-props.png)
122+
![props autocompletion](https://user-images.githubusercontent.com/1671563/111436252-0d6f1480-8702-11eb-8186-0102863f66f1.png)
125123

126124
### Disclaimer
127125

0 commit comments

Comments
 (0)