I am looking for the best way to match the following:
expect([ { C1: \'xxx\', C0: \'this causes it not to match.\' } ]).to.deep.incl
without plugins: http://chaijs.com/api/bdd/#method_property
expect([ { C1: 'xxx', C0: 'this causes it not to match.' } ]).to.have.deep.property('[0].C1', 'xxx');