martinwcf
Results
2
comments of
martinwcf
I can give a second scenario. Dragging 50 elements by changing x and y positions takes almost half the frame time making everything choppy, even on a new MacBook Pro...
If anyone else ends up here because vitest + jest-image-snapshot doens't work with concurrency on, a workaround can be: ``` test("task name", async (ctx) => { let counter = 0;...