feat(database): add basic animation for database header drag handle (β¦ #30
Annotations
1 error and 1 notice
packages/virgo/src/tests/utils.ts#L168
1) tests/virgo.spec.ts:731:1 βΊ select from the start of line using shift+arrow βββββββββββββββββββ
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"index": 1,
- "length": 7,
+ "length": 0,
}
at tests/utils.ts:168
166 | [richTextIndex]
167 | );
> 168 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
169 | }
170 |
at assertSelection (/home/runner/work/blocksuite/blocksuite/packages/virgo/src/tests/utils.ts:168:18)
|
|
The logs for this run have expired and are no longer available.
Loading