it("should return `false` if password doesn't match all the requirements", async () => {
    const { result } = renderHook(async () => useValidatePassword('secret'), {
        wrapper: settingsMockWrapper,
    });