gsmaverick / wren-test

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

Support between equality testing for complex objects #7

Open gsmaverick opened 9 years ago

gsmaverick commented 9 years ago

With the current toEquals matcher the following expectation fails:

Expect.call([1, 2, 3, 4]).toEqual([1, 2, 3, 4])

There needs to be a way to easily ensure that two native objects contain the same values.