jorgemachado89
Results
2
comments of
jorgemachado89
Hey, When attempting to use _expect_ alongside **chai-things** it breaks, stating that: expected { Object (sql, values) } to have a property 'length' Order of use is the following: var...
Thanks for the quick feedback. Here follows an example below: ```javascript var chai = require('chai'); chai.should(); chai.use(require('chai-things')); var expect = chai.expect; describe('something', function() { it('the test description', function() { expect({...