Anatoli Papirovski

Results 6 comments of Anatoli Papirovski

> I want to ask what kinds of tests can be written for this fix? The actual problem was occuring for frameworks such as Jest. Native code works just fine....

> Where if the code is now run with Jest, instead of an `AssertionError`, the provided error will be thrown. > > Do I still need to add any tests?...

Tests for Node.js are meant to reproduce the issue that we saw in another library. Here's a line of code that would fail on the Node.js before this change and...