Const
Asserts that the subject is a BigInt value.
expect(123n, 'to be a bigint'); // passesexpect(123, 'to be a bigint'); // fails Copy
expect(123n, 'to be a bigint'); // passesexpect(123, 'to be a bigint'); // fails
Asserts that the subject is a BigInt value.