Robin
Results
2
issues of
Robin
Hi, Instead of using ``` "collectCoverageFrom": [ "src/*.{js,ts}" ] ``` Which only coverage the files under `src`, **not including** files in subfolders. I suggest that change it into: ``` "collectCoverageFrom":...
related issue: #293