Skip to content

Fix component issue #96

Fix component issue

Fix component issue #96

Triggered via pull request April 10, 2026 13:15
Status Failure
Total duration 17s
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#L102
{ "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:102:22)
error: expect(received).toHaveBeenCalled(): src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts#L69
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:69:25)
error: expect(received).toHaveBeenCalledWith(...expected): src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts#L46
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:46:26)