@storybook/testing-react
Advanced tools
Comparing version 0.0.17 to 0.0.18--canary.29.8540aca.0
{ | ||
"name": "@storybook/testing-react", | ||
"version": "0.0.17", | ||
"version": "0.0.18--canary.29.8540aca.0", | ||
"description": "Testing utilities that allow you to reuse your stories in your unit tests", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -164,4 +164,6 @@ <p align="center"> | ||
You should use TypeScript version >4. You will also need to add `strictBindCallApply: true` in your `tsconfig.json`, and verify that stories are correctly included in your `tsconfig.json`. To do so, run `tsc --listFiles | grep stories`, you should see your stories. | ||
## License | ||
[MIT](./LICENSE) |
70142
169