Docs (4.0.0)
class Assertion method

toBeInstanceOf

Asserts that the value is an instance of given class (using the instanceof operator).

toBeInstanceOf(C: any): void

Related