Skip to content

Latest commit

 

History

History

__tests__

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Tests

This project uses Jest for tests, and has some help from Figma API Stub, since the official Figma Plugins API is untestable.

Coverage

Coverage is currently at an impressive 99%. You can inspect the coverage by clicking at the Codecov badge: codecov

Coverage

Test commands

  • To run the tests: yarn test or yarn run test
  • To calculate the coverage: yarn run coverage
  • To run ES Lint: yarn run lint