Closed rodolfoghi closed 4 years ago
test('should remove all non numeric characters', () => { expect(format('943.?ABC895.751-04abc')).toBe('943.895.751-04'); });