Fix assets issue #17
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
src/codegen/props/__tests__/position.test.ts#L213
- {
- "pos": "relative",
- }
+ undefined
- Expected - 3
+ Received + 1
at <anonymous> (/home/runner/work/devup-figma-plugin/devup-figma-plugin/src/codegen/props/__tests__/position.test.ts:213:22)
|
|
error: expect(received).toEqual(expected):
src/codegen/props/__tests__/position.test.ts#L195
- {
- "pos": "relative",
- }
+ undefined
- Expected - 3
+ Received + 1
at <anonymous> (/home/runner/work/devup-figma-plugin/devup-figma-plugin/src/codegen/props/__tests__/position.test.ts:195:22)
|