Fix assets issue #16
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
src/codegen/props/__tests__/position.test.ts#L214
- {
- "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:214:22)
|
|
error: expect(received).toEqual(expected):
src/codegen/props/__tests__/position.test.ts#L196
- {
- "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:196:22)
|