Asserts that the expected value is an instance of value
method
test.MatchersBuiltin.toBeInstanceOf
expect([]).toBeInstanceOf(Array);
expect(null).toBeInstanceOf(Array); // fail
method
expect([]).toBeInstanceOf(Array);
expect(null).toBeInstanceOf(Array); // fail