This project uses Jest for tests, and has some help from Figma API Stub, since the official Figma Plugins API is untestable.
Coverage is currently at an impressive 99%. You can inspect the coverage by clicking at the Codecov badge:
- To run the tests:
yarn testoryarn run test - To calculate the coverage:
yarn run coverage - To run ES Lint:
yarn run lint
