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

            let actual = pipe.transform(value);