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

            let actual = pipe.transform(value);