Closed rodolfoghi closed 4 years ago
test('when it is on the RESERVED_WORDS', () => { RESERVED_NUMBERS.forEach(cpf => expect(isValid(cpf)).toBe(false)); });