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