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
35.0.1916.153 m, with enabled "javascript exp. features" to enable native Math.clz32
Actually, it seems, this is a wrong test:
Math.clz32(undefined) should be 32, not NaN, according to spec.
Sorry, i will not give you a link to the spec.
expect(Number.isNaN(Math.clz32(undefined))).to.be.ok;
The text was updated successfully, but these errors were encountered: