it('should return false for an empty string input value', () => {
            let value = '';

            let actual = pipe.transform(value);