Skip to content

Commit

Permalink
fix: more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abensur committed Mar 1, 2024
1 parent b29f985 commit 6cdd579
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/cpf/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ describe("CPF input", () => {
});
});

const validInputs = ["370.204.358-66", "37020435866", 37020435866];
const validInputs = [
"108.279.330-29",
"335.895.290-83",
"766.083.640-40",
"254.958.360-49",
"370.204.358-66",
"37020435866",
37020435866
];

const validAlternativeInputs = ["370.204.358 - 66", "370 204 358 66"];

Expand Down

0 comments on commit 6cdd579

Please sign in to comment.