Piotr

Results 41 comments of Piotr

thanks, I'll take a look when I find some time

@bganicky For instances of `Error`, it's problematic even for `deep.equal`: ``` expect({ foo: 123 }).to.deep.equal({ foo: 123 }); // passes expect(Error('foo')).to.deep.equal(Error('foo')); // fails ```

Though there's no problem for the native [assert](https://nodejs.org/api/assert.html) module: ``` assert.deepStrictEqual(Error('foo'), Error('foo')); // passes ```

@tomerghelber-tm I added support for maps in `[email protected]`. Could you check how it works for you?

I don't have enough time to check that but if that happens, it seems to be a bug in [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker). https://github.com/json-schema-faker/json-schema-faker/blob/771eee7228f27eb8d914aa03e431bd69ab1bc468/docs/README.md#available-options ![image](https://user-images.githubusercontent.com/8701039/195501824-acc07ae6-69a1-4577-b845-ee04603b5bb1.png)

It's specified in the README. https://raw.githubusercontent.com/hermitdave/FrequencyWords/master/content/2016/kk/kk_50k.txt

@markmarkoh could you take a look?

@markmarkoh @magic890 @lulzia @thebenedict @justmarkup @davejlong could you take a look?