Ellisande / mockolate

Simple mocking framework for JS
MIT License
1 stars 3 forks source link

Add deepEquals matcher #20

Closed dbradf closed 8 years ago

dbradf commented 8 years ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Feature

What is the current behavior? (You can also link to an open relevant tickets here)

https://github.com/Ellisande/mockolate/issues/17

What is the new behavior (if this is a feature change)?

Added deepEquals matcher

Where should the reviewer start?

This is how I tested it

New unit tests included with pull request

Does this PR introduce a breaking change?

No

If yes:

Ellisande commented 8 years ago

Looks awesome, thanks so much for your help!