fix(size): Fix legend overflows with padding fit mode #3641
Annotations
10 errors and 1 warning
test/internals/padding-spec.ts#L29
AssertionError: expected { top: +0, right: 2, bottom: 36, …(1) } to deeply equal { top: +0, right: 2, bottom: 37, …(1) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 40.59375,
"right": 2,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:440:4
|
test/internals/padding-spec.ts#L29
AssertionError: expected { top: +0, right: 40.59375, …(2) } to deeply equal { top: +0, right: 40.59375, …(2) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 40.59375,
"right": 40.59375,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:448:4
|
test/internals/padding-spec.ts#L29
AssertionError: expected { top: +0, right: 40.59375, …(2) } to deeply equal { top: +0, right: 40.59375, …(2) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 60.59375,
"right": 40.59375,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:459:4
|
test/internals/padding-spec.ts#L29
AssertionError: expected { top: +0, right: 60.59375, …(2) } to deeply equal { top: +0, right: 60.59375, …(2) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 60.59375,
"right": 60.59375,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:470:4
|
test/internals/padding-spec.ts#L29
AssertionError: expected { top: +0, right: 60.59375, …(2) } to deeply equal { top: +0, right: 60.59375, …(2) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 20,
"right": 60.59375,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:478:4
|
test/internals/padding-spec.ts#L29
AssertionError: expected { Object (top, right, ...) } to deeply equal { Object (top, right, ...) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 20,
"right": 22,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:486:4
|
test/internals/padding-spec.ts#L29
AssertionError: expected { Object (top, right, ...) } to deeply equal { Object (top, right, ...) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 0,
"right": 22,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:494:4
|
test/internals/padding-spec.ts#L29
AssertionError: expected { top: +0, right: 2, bottom: 36, …(1) } to deeply equal { top: +0, right: 2, bottom: 37, …(1) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 0,
"right": 2,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:502:4
|
test/internals/padding-spec.ts#L29
AssertionError: expected { top: +0, right: 2, bottom: 36, …(1) } to deeply equal { top: +0, right: 2, bottom: 37, …(1) }
- Expected
+ Received
Object {
- "bottom": 37,
+ "bottom": 36,
"left": 28.359375,
"right": 2,
"top": 0,
}
❯ deepEqual test/internals/padding-spec.ts:29:25
❯ test/internals/padding-spec.ts:549:4
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading