chore: upgrade vitest from v3 to v4 #45375
Annotations
1 error and 1 notice
|
tests/blocksuite/e2e/drag.spec.ts#L765
1) e2e/drag.spec.ts:727:1 › drag handle should show on right block when scroll viewport ──────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"height": 23,
"width": 752,
"x": 104,
- "y": 801,
+ "y": 811,
}
763 | }
764 |
> 765 | expect(blockRect28).toEqual(selectedBlockRect);
| ^
766 | });
767 |
at /home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/drag.spec.ts:765:23
|
|
|
The logs for this run have expired and are no longer available.
Loading