chai-fuzzy
chai-fuzzy copied to clipboard
camelCase "containOneLike" and "jsonOf" are clumsy looking
Todo: learn how hook into chai's chaining to allow something like:
expect(['a','b','c']).to.have.one.like('a');
expect({}).to.be.json.of({});
you can peek into the 'route.to' construction of chai-backbone :-)
Wow, that is rather darn simple. Thank you. :)