Skip to content

Commit

Permalink
feat(failing): add failing test for VitorLuizC#42
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelius committed Nov 9, 2020
1 parent 8c81027 commit 7e8a48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/validators.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ test('isCNPJ', (context) => {
test('isCPF', (context) => {
context.true(isCPF('366.418.768-70'));
context.true(isCPF('36641876870'));
context.true(isCPF('1004218907'));
context.false(isCPF('213.198.013-20'));
context.false(isCPF('2131201872781'));
context.false(isCPF('11111111111'));
Expand Down

0 comments on commit 7e8a48e

Please sign in to comment.