Const
Asserts that the subject is a Set instance.
expect(new Set(), 'to be a Set'); // passesexpect([], 'to be a Set'); // fails Copy
expect(new Set(), 'to be a Set'); // passesexpect([], 'to be a Set'); // fails
Asserts that the subject is a Set instance.