v0.0.5 #14
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
tests/level12.test.ts#L126
{
"auto-width": {
height: 100,
+ width: 100,
- width: 50,
x: 0,
y: 0,
},
"fixed-width": {
height: 100,
width: 100,
+ x: 100,
- x: 50,
y: 0,
},
flexible: {
height: 100,
+ width: 100,
+ x: 200,
- width: 150,
- x: 150,
y: 0,
},
}
- Expected - 4
+ Received + 4
at <anonymous> (/home/runner/work/minicssgrid/minicssgrid/tests/level12.test.ts:126:27)
|
|
error: expect(received).toEqual(expected):
tests/level16.test.ts#L156
{
content: {
+ height: 250,
- height: 243,
width: 200,
x: 100,
y: 50,
},
footer: {
+ height: 50,
- height: 7,
width: 300,
x: 0,
+ y: 250,
- y: 293,
},
header: {
height: 50,
width: 300,
x: 0,
y: 0,
},
sidebar: {
+ height: 200,
- height: 193,
width: 100,
x: 0,
y: 50,
},
}
- Expected - 4
+ Received + 4
at <anonymous> (/home/runner/work/minicssgrid/minicssgrid/tests/level16.test.ts:156:27)
|