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. |
Beta Was this translation helpful? Give feedback.
-
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! |
Beta Was this translation helpful? Give feedback.
-
The jest setup is quite complicated and has several workarounds. Perhaps we should evaluate https://vitest.dev/ |
Beta Was this translation helpful? Give feedback.
-
What value do we want from our test framework?
Beta Was this translation helpful? Give feedback.
All reactions