Small fix before commit
This commit is contained in:
parent
fba637f3b3
commit
4eebdf96ee
|
@ -1,6 +1,6 @@
|
|||
const validateDni = require('../validateDni');
|
||||
|
||||
fdescribe('DNI validation', () => {
|
||||
describe('DNI validation', () => {
|
||||
it('should return false for invented DNI', async () => {
|
||||
let isValid = validateDni('Pepinillos');
|
||||
expect(isValid).toBeFalsy();
|
||||
|
|
Loading…
Reference in New Issue