Skip to content

Add created time package list filter, refs #1102 #2532

Add created time package list filter, refs #1102

Add created time package list filter, refs #1102 #2532

Triggered via pull request February 10, 2025 22:20
Status Failure
Total duration 29s
Artifacts

dashboard.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/stores/__tests__/package.test.ts > usePackageStore > updates the pager: dashboard/src/stores/__tests__/package.test.ts#L274
AssertionError: expected { maxPages: 7 } to deeply equal { maxPages: 7, current: 4, …(4) } - Expected + Received Object { - "current": 4, - "first": 1, - "last": 7, "maxPages": 7, - "pages": Array [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - ], - "total": 7, } ❯ src/stores/__tests__/package.test.ts:274:32
test
Process completed with exit code 1.