jupiter / simple-mock

Super simple stubs and spies with 1-step sandbox restore
MIT License
87 stars 12 forks source link

Fix assert in test.js #10

Closed leonyu closed 8 years ago

leonyu commented 8 years ago

There are a few cases in test.js where assert is being called instead of assert.equal.

Those asserts still pass.

jupiter commented 8 years ago

Thanks!