gsmaverick / wren-test

A testing framework for Wren
MIT License
27 stars 2 forks source link

implement toDeepEqual to compare complex objects #12

Open brandly opened 9 years ago

brandly commented 9 years ago

This could be naive and probably needs way more testing, but I saw #7 and figured I'd give it a shot.

I thought it was a good idea to separate toDeepEqual from toEqual, so you can still simply compare Map references, for example.

Let me know what you think :star2: