'Showing 'E' in jest test coverage report
Solution 1:[1]
I found it, E stands for else path not taken, which means that for the marked if/else statement, the if path has been tested but not the else.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ashwani Panwar |

