Closed adgad closed 6 years ago
It's quite common to do:
(content) => { expect(content.blah).to.equal(blah); ... }
Currently, this would be an Error, rather than a Fail, which is incorrect.
It's quite common to do:
Currently, this would be an Error, rather than a Fail, which is incorrect.