This moved the `beforeEach` blocks inside the `describe` blocks as per documentation. Previously the code inside `beforeEach` didn't trigger which lead to problems with asynchrocinity as mocks didn't get cleared. |
||
|---|---|---|
| .. | ||
| Components | ||
| fixtures | ||
| mocks | ||
| .eslintrc | ||
| README.md | ||
| setup.ts | ||
| testUtils.js | ||
Testing information
Code coverage
Code coverage is recorded in codecov.io. This information comes only from unit tests and for the time being we're not concerned with collecting coverage information from integration tests.
It must be over 85% as required by Insights QE!