Replies: 1 comment 2 replies
-
We use vitest for testing. Its similar to jest so you should be fine there. Might be something in the jest runner that needs to be polyfilled. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to reaflow and I am following the zoom controls example on https://reaflow.dev/?path=/story/demos-controls--zoom
I would like to add jest tests using react testing library. I have the following so far but test is failing
test is failing with the error diagramRef?.current?.fitCanvas is not a function
Can anyone please help?
Beta Was this translation helpful? Give feedback.
All reactions