Const
Asserts that the subject is an Error instance.
expect(new Error('test'), 'to be an Error'); // passesexpect('error', 'to be an Error'); // fails Copy
expect(new Error('test'), 'to be an Error'); // passesexpect('error', 'to be an Error'); // fails
Asserts that the subject is an Error instance.