Skip to content

Fix component issue #95

Fix component issue

Fix component issue #95

Triggered via pull request April 10, 2026 13:08
Status Failure
Total duration 12s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Test
Process completed with exit code 1.
error: expect(received).toEqual(expected): src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts#L86
{ "theme": { - "colors": { - "light": { - "primary": "#000000", - }, - }, "typography": { - "heading": { - "fontFamily": "Arial", - "fontSize": 24, - }, + "title": [ + null, + { + "fontFamily": "Inter", + "fontSize": "14", + "letterSpacing": "1", + "lineHeight": 120, + }, + ], }, }, } - Expected - 9 + Received + 9 at <anonymous> (/home/runner/work/devup-figma-plugin/devup-figma-plugin/src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts:86:20)
error: expect(received).toHaveBeenCalled(): src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts#L57
Expected number of calls: >= 1 Received number of calls: 0 at <anonymous> (/home/runner/work/devup-figma-plugin/devup-figma-plugin/src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts:57:23)
error: expect(received).toHaveBeenCalledWith(...expected): src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts#L37
Expected: [ StringContaining "accept=\".xlsx\"" ] But it was not called. at <anonymous> (/home/runner/work/devup-figma-plugin/devup-figma-plugin/src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts:37:24)