it would be cool if the documentation had an example of how to test a component react #3655
aldairandre
started this conversation in
Ideas
Replies: 1 comment
-
We only have a simple app to demonstrate the setup https://github.com/kulshekhar/ts-jest/tree/main/examples to use Jest in React app. Regarding to the topic “how to test”, this is a generic concept about Frontend testing and I’m afraid this repo is not the right place to look for those documentation. I’d suggest to look on Google where lots of documentation are there. Frontend testing in general is a big topic and it’s not framework specific. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I missed this part because the example explained on the Jest website is all broken and doesn't work, since I'm using typescript I decided to come see some example on the js-test website but unfortunately I didn't find any example using react and typescript
Beta Was this translation helpful? Give feedback.
All reactions