Adrian J. Moreno

Results 1 comments of Adrian J. Moreno

I've just recently been introduced to chai and am working on unit tests related to sorting. Trying to get this to work: `expect(data).should.all.have.property('attributes');` where `data` looks like ``` { "data":...