Const
Asserts that the subject is negative infinity.
expect(-Infinity, 'to be -Infinity'); // passesexpect(Infinity, 'to be -Infinity'); // fails Copy
expect(-Infinity, 'to be -Infinity'); // passesexpect(Infinity, 'to be -Infinity'); // fails
Asserts that the subject is negative infinity.