feat: create free-form text card component #140
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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
|