Using Mocha, I am attempting to test whether a constructor throws an error. I haven\'t been able to do this using the expect syntax, so I\'d like to do the following:
Chai now has
should.fail() and expect.fail()
should.fail()
expect.fail()
https://github.com/chaijs/chai/releases/tag/2.1.0