Closed coolbeatz71 closed 5 years ago
Hey! After rebasing from
develop
, I realized thatjest
started taking a lot of time to collect coverage from untested files. Sometimes it is even failing to collect coverage.We need to fix it.
After debugging. I found it was a problem of some chunk files which are mysteriously hidden inside assets/images/
.
Hey! After rebasing from
develop
, I realized thatjest
started taking a lot of time to collect coverage from untested files. Sometimes it is even failing to collect coverage. We need to fix it.After debugging. I found the issue was probably caused by some chunk files which are mysteriously hidden inside
assets/images/
.
@coolbeatz71 How did you solve the problem then?
@coolbeatz71 ,Can you raise a PR to fix the issue on develop?
@coolbeatz71 ,Can you raise a PR to fix the issue on develop? I solved it by removing the mysterious folder
src/assets/images/React App_files
that were mistakenly pushed. And probably tell Jest to ignore the folder when collecting coverage.
https://github.com/andela/ah-kgl-wakanda-frontend/commit/bfaf6e8ef9b9d77cbd04e71db839122930243351 fixes the issue
Hey! After rebasing from
develop
, I realized thatjest
started taking a lot of time in order to collect coverage from untested files. Sometimes it is even failing to collect coverage. It is really preventing me from raising a Pull Request.We need to fix it.