methodtest.Matchers.toBeEventoBeEven(): void;Asserts that a number is even.expect(2).toBeEven(); expect(1).not.toBeEven();