-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f1ff57
commit b5217b7
Showing
8 changed files
with
11,452 additions
and
26 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import CodiceFiscale from '../src/codice-fiscale.js'; | ||
|
||
describe('Error in getting day of birth in reverse CF check #85', () => { | ||
let cf = new CodiceFiscale("RSSMRA80B01F205W") | ||
test('genera la data di nascita corretta', () => { | ||
expect(cf.day).toEqual(1) | ||
expect(cf.month).toEqual(2) | ||
expect(cf.year).toEqual(1980) | ||
}) | ||
|
||
|
||
}) | ||
|
||
|