Skip to content

feat: create free-form text card component #140

feat: create free-form text card component

feat: create free-form text card component #140

Triggered via pull request July 4, 2025 17:09
Status Failure
Total duration 2m 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Test
Process completed with exit code 1.
src/components/__tests__/TextCard.test.tsx: src/components/TextCard.tsx#L4
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock ❯ src/components/TextCard.tsx:4:1 Caused by: Caused by: ReferenceError: Cannot access 'mockUpdateGridItem' before initialization ❯ src/components/__tests__/TextCard.test.tsx:33:21 ❯ src/components/TextCard.tsx:4:1
src/components/__tests__/GridItemDragging.test.tsx > Grid Item Dragging > drag handle should have correct cursor style: src/components/__tests__/GridItemDragging.test.tsx#L174
AssertionError: expected '' to be 'move' // Object.is equality - Expected + Received - move ❯ src/components/__tests__/GridItemDragging.test.tsx:174:27
src/components/__tests__/GridItemDragging.test.tsx > Grid Item Dragging > drag handle should be properly positioned: src/components/__tests__/GridItemDragging.test.tsx#L117
AssertionError: expected '' to be 'absolute' // Object.is equality - Expected + Received - absolute ❯ src/components/__tests__/GridItemDragging.test.tsx:117:29