mikaelvesavuori / figmagic

Figmagic is the missing piece between DevOps and design: Generate design tokens, export graphics, and extract design token-driven React components from your Figma documents.
https://docs.figmagic.com
MIT License
807 stars 71 forks source link

Fix flaky test for `createElements` that only fails in CI #128

Open mikaelvesavuori opened 2 years ago

mikaelvesavuori commented 2 years ago

The test "It should write graphic elements and check that graphic elements map file exists" for createElements() is flaky and fails in CI, but seemingly not on a local machine.

This issue concerns resolving that issue so we can continue using the test.

opauloh commented 2 years ago

I will give a look into this one