My error is: `Property 'should' does not exist on type 'string[]'.` My code is: `Object.keys(res.body.data).should.containEql('inputs')` What am I doing wrong?
My error is:
Property 'should' does not exist on type 'string[]'.My code is:
Object.keys(res.body.data).should.containEql('inputs')What am I doing wrong?