You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jest-canvas-mock returns the number of characters instead of the actual computed length (please refer here).
We use measureText here to determine the text width
jest-canvas-mock returns the number of characters instead of the actual computed length (please refer here).
We use measureText here to determine the text width
zagydraw/src/utils/canvas/generateElement.ts
Line 266 in 3bd065f
we need to mock this method here
zagydraw/src/tests/actions/text.test.tsx
Line 88 in 3bd065f
The text was updated successfully, but these errors were encountered: