tapjs/libtap

instanceOf matcher

Opened this issue · 0 comments

I would like to add instanceOf matcher (and probably corresponding notInstanceOf) to check that an object is an instance of another. This matcher would use instanceof underneath.

If it makes sense, then I would try making the implementation myself.