Skip to content

fix: when no templateColumn is passed (add atleast 1 col) (#12) #23

fix: when no templateColumn is passed (add atleast 1 col) (#12)

fix: when no templateColumn is passed (add atleast 1 col) (#12) #23

Triggered via push August 19, 2025 14:24
Status Failure
Total duration 16s
Artifacts

bun-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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