Skip to content

Instantly share code, notes, and snippets.

@code4cake
code4cake / TestCoverage.md
Created June 21, 2019 16:22
Jest Test Coverage
```js
----------------------------------------|----------|----------|----------|----------|-------------------|
File                                    |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
----------------------------------------|----------|----------|----------|----------|-------------------|
All files                               |    42.02 |    21.21 |    21.74 |    44.25 |                   |
 components/bubble-button               |      100 |      100 |      100 |      100 |                   |
  index.js                              |      100 |      100 |      100 |      100 |                   |
 components/chat-bubble                 |      100 |    42.86 |      100 |      100 |                   |
 index.js | 100 | 42.86 | 100 | 100 | 54,57,60 |