propertytest.MatchersBuiltin.notnot: Matchers<unknown>Negates the result of a subsequent assertion.expect(1).not.toBe(0); expect(null).not.toBeNull();