it('should return false for a undefined input value', () => {
            let value = undefined;

            let actual = pipe.transform(value);