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