Replies: 3 comments 1 reply
|
We should be able to have some basic "does it renderl" tests if we follow this guide https://tanstack.com/query/v4/docs/react/guides/testing Then we can expand to testing simple behavior like connecting an account or unlocking a lock. |
0 replies
|
Storybook has a test runner: https://storybook.js.org/docs/react/writing-tests/test-runner You can "play" the test. Works as a demo and a test! |
1 reply
|
The jest setup is quite complicated and has several workarounds. Perhaps we should evaluate https://vitest.dev/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What value do we want from our test framework?
All reactions