You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run yarn test --coverage --watchAll=false path/to/your/testfile.test.tsx to generate the test coverage report
Make your tests cover 80% of the statements, branches, functions and lines in the component according to the Jest coverage report
Add the Jest Coverage output to this wiki page under the Current Test Coverage heading to track our progress. (Replace any older reports under that heading but don't delete the original report from 3/11/15.)
yarn test --coverage --watchAll=false path/to/your/testfile.test.tsxto generate the test coverage report