Const
Asserts that the subject is positive 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 positive infinity.