excluded french TIN test as it has been disabled
This commit is contained in:
parent
6490234951
commit
7e62f2afa7
|
@ -39,7 +39,7 @@ describe('TIN validation', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('French', () => {
|
xdescribe('French', () => {
|
||||||
it('should return true for valid french TIN', () => {
|
it('should return true for valid french TIN', () => {
|
||||||
let isValid = validateDni('012345678', 'fr');
|
let isValid = validateDni('012345678', 'fr');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue