Small fix before commit

This commit is contained in:
Juan 2018-02-27 20:28:59 +01:00
parent fba637f3b3
commit 4eebdf96ee
1 changed files with 1 additions and 1 deletions

View File

@ -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();