specit
specit copied to clipboard
beA, beAn matchers throwing exceptions
When I use assert(mything).should(beAn, Object), I see the following uncaught exception:
QUnit.equals has been deprecated since 2009 (e88049a0), use QUnit.equal instead
would the fix be to change the matchers within specit to use equal instead of equals?