it('should return true for zero number type input value', () => {
            let value = 0;

            let actual = pipe.transform(value);