bcoin-org / bcoin

Javascript bitcoin library for node.js and browsers
https://bcoin.io
Other
2.98k stars 811 forks source link

test: bslint test error in CI #1181

Closed MashyBasker closed 1 month ago

MashyBasker commented 4 months ago

Overview

This change fixes the CI lint error in the test bcoin/test/descriptor-test.js due to the usage of the hasOwnProperty call on a local object.

Reference/Stackoverflow

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0c18028) 70.41% compared to head (714e59f) 69.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1181 +/- ## ========================================== - Coverage 70.41% 69.83% -0.59% ========================================== Files 174 174 Lines 27515 27515 ========================================== - Hits 19376 19215 -161 - Misses 8139 8300 +161 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.