lundi 5 janvier 2015

"AssertionError: {} == {}" in mocha

I get in one of my mocha tests for



assert.equal(result, {});


the following error:



AssertionError: {} == {}


How can I test for an empty object?


Aucun commentaire:

Enregistrer un commentaire