digitalbazaar / mocha-w3c-interop-reporter

Mocha W3C Interoperability Test Suite reporter
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Use is infinite check #23

Closed aljones15 closed 1 year ago

aljones15 commented 1 year ago

Ok so javascript considers 3/0 === Infinity so this leads to situations where if the before statement fails no tests are run so there are more failures than tests that run which results in 3/0 in some cases.