RENARD Laurent

Results 66 comments of RENARD Laurent

Have you considered using the [esm](https://github.com/standard-things/esm) package ? Native ESM module with node is fine, but when you start mixing with old dependencies or use an older version of node,...

Good catch, I wanted to try some other deep equal libraries anyway. [this one](https://github.com/lukeed/dequal#readme) seems a good candidate

I had a chance to have a look your issue this week end. I start to doubt that the assertion library should make the assumption that ``Object.create(null, foo) == Object.create({},...

That sounds like a good idea

I am not sure this would help much. Trying to be a bit more clear Zora collects the tests and execute them eagerly at the same time. The execution of...

> I've come up with something incredibly useful that I'd like to share. 🙂 > > I have to write tons of integration/functional tests for JSON APIs, and I found...

Nice. The limitation here is that the expected value (b) must be a pojo with no method at all, not to confuse the deep-equal algo, is not it ? Does...

That is a good idea. The only caveat I see is that there would not be any feedback at all before all the tests have finished. We could add some...

🤔 I am not sure to understand, would mind providing a PR ? Zora uses already async iterables. Probably easier: would you mind sharing a reproduction of your setup which...

Thanks, I have left a comment (I am not convinced this would solve the problem). It would be great if you could share an example of a test suite which...