Docs (4.0.0)
class NegatedAssertion method

toBeInstanceOf

Asserts that the value is not an instance of given class.

toBeInstanceOf(C: any): void

Related