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
Coverage appears to differ by if you destructure a nullable React prop or not.
Lines 15 and 16 show different coverage indicators even though they're using the same data in the same way. The only difference is that one of them is using a destructured prop and one is not.
I believe the coverage should be yellow/orange for both because there is only one test and it does not pass in a falsy value.
Coverage appears to differ by if you destructure a nullable React prop or not.
Lines 15 and 16 show different coverage indicators even though they're using the same data in the same way. The only difference is that one of them is using a destructured prop and one is not.
I believe the coverage should be yellow/orange for both because there is only one test and it does not pass in a falsy value.
Repro repo: /~https://github.com/tobysmith568/Wallaby.JS-Repro
Diagnostics Report: /~https://github.com/tobysmith568/Wallaby.JS-Repro/blob/main/diagnostics-report.txt
The text was updated successfully, but these errors were encountered: