excluded french TIN test as it has been disabled

This commit is contained in:
gerard 2018-07-24 11:36:07 +02:00
parent 6490234951
commit 7e62f2afa7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ describe('TIN validation', () => {
});
});
describe('French', () => {
xdescribe('French', () => {
it('should return true for valid french TIN', () => {
let isValid = validateDni('012345678', 'fr');