Search the reference...
/
Symbol
Asserts that a number is odd.
expect(1).toBeOdd(); expect(2).not.toBeOdd();