it('should return `true` if password matches all the requirements', async () => {
    const { result } = renderHook(async () => useValidatePassword('5kgnGPq^&t4DSYW!SH#4N'), {
        wrapper: settingsMockWrapper,
    });