Search the reference...
/
Symbol
Asserts that a value is a symbol.
symbol
expect(Symbol("foo")).toBeSymbol(); expect("foo").not.toBeSymbol();