Chai's built-in `all.keys` assertions seem to break when I use `chai-things` - [Chai keys](http://chaijs.com/api/bdd/#keys-section) ``` js expect({a: "string", b: "string", c: "string"}).to.have.all.keys(["a", "b"]) ``` `AssertionError: expected { Object (a, b, ...) } to have a property 'length'`
Chai's built-in
all.keysassertions seem to break when I usechai-things- Chai keysAssertionError: expected { Object (a, b, ...) } to have a property 'length'