This repository was archived by the owner on Jan 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
122120It 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
You can’t perform that action at this time.
0 commit comments