Skip to content

Instantly share code, notes, and snippets.

@code4cake
Created June 21, 2019 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code4cake/f031e28e544fd717a28a34400f9d2a15 to your computer and use it in GitHub Desktop.
Save code4cake/f031e28e544fd717a28a34400f9d2a15 to your computer and use it in GitHub Desktop.
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 |
 components/core/pickers/options-picker |       30 |       50 |        0 |    35.29 |                   |
  android.js                            |    28.57 |      100 |        0 |    28.57 |    18,23,26,27,28 |
  index.js                              |    66.67 |       50 |        0 |      100 |                 9 |
  ios.js                                |        0 |      100 |        0 |        0 | 10,11,13,14,19,20 |
 components/core/touchable              |      100 |       50 |      100 |      100 |                   |
  index.js                              |      100 |       50 |      100 |      100 |                10 |
 components/field                       |      100 |      100 |      100 |      100 |                   |
  index.js                              |      100 |      100 |      100 |      100 |                   |
 components/pickers/options-picker      |       50 |        0 |        0 |       60 |                   |
  index.js                              |       50 |        0 |        0 |       60 |             15,17 |
 components/state                       |       20 |      100 |        0 |       20 |                   |
  index.js                              |       20 |      100 |        0 |       20 |       17,18,22,23 |
 components/styles                      |      100 |      100 |      100 |      100 |                   |
  gradient.js                           |      100 |      100 |      100 |      100 |                   |
 components/text                        |      100 |      100 |      100 |      100 |                   |
  index.js                              |      100 |    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment