Automattic / expect.js

Minimalistic BDD-style assertions for Node.JS and the browser.
2.11k stars 209 forks source link

ThrowException can accept string to match exception message #121

Open janmarek opened 10 years ago

janmarek commented 10 years ago

Hi, I have prepared this pull request for the feature request asked in https://github.com/LearnBoost/expect.js/issues/115.

I hope you will like it.

janmarek commented 9 years ago

This has been very useful for me.

expect(fn).to.throwException('exactly matches the exception message');