Closed gre closed 2 years ago
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
π΄ | Statements | 8.74% | 9/103 |
π΄ | Branches | 0% | 0/19 |
π΄ | Functions | 2.94% | 1/34 |
π΄ | Lines | 8.33% | 8/96 |
Report generated by π§ͺjest coverage report action from 7ece41bfef1eeb10902b7074825aa385b3a69277
This fixes the convention we had everywhere in the code in the usage of lodash: we must not import _ from "lodash" but use the functional imports.
if this pass the CI, it shall be good.