Tomer Ghelber

Results 3 comments of Tomer Ghelber

Sorry, It was closed because I tried to merge in my fork

I have a question that seems related, but if other methods like `trim` could keep the original string tye (Uppercase if was Uppercase, string if was string, and Lowercase if...

I see this behavior: ```typescript const actual = new Map([["a",1], ["b",3]]) const expected = new Map([["a",1], ["b",2]]) expect(actual).to.be.deep.equalInAnyOrder(expected) ``` Not exactly the records/objects before, but also very dangerous.