Const
Asserts that the subject is a Symbol.
expect(Symbol('test'), 'to be a symbol'); // passesexpect('symbol', 'to be a symbol'); // fails Copy
expect(Symbol('test'), 'to be a symbol'); // passesexpect('symbol', 'to be a symbol'); // fails
Asserts that the subject is a Symbol.