Skip to content

Merge pull request #44 from dev-five-git/fix-prefix-issue #92

Merge pull request #44 from dev-five-git/fix-prefix-issue

Merge pull request #44 from dev-five-git/fix-prefix-issue #92

Re-run triggered April 10, 2026 13:01
Status Failure
Total duration 17s
Artifacts

CI.yml

on: push
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#L87
{ "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:87:20)
error: expect(received).toHaveBeenCalled(): src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts#L60
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:60:23)
error: expect(received).toHaveBeenCalledWith(...expected): src/commands/devup/utils/__tests__/upload-devup-xlsx.test.ts#L42
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:42:24)