You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
If you use Node 12 or 13 and v8 coverage provider, istanbul generates wrong method names, including non valid
<
and>
characters, like this:<method name="map.<computed>.f" hits="1" signature="()V">
Bug can be reproduced with jest and with c8:
jestjs/jest#9561
bcoe/c8#149
I can try to provide a minimal example, but it seems like a simple fix would be to replace
<>
with<
and>
.The text was updated successfully, but these errors were encountered: