Skip to content

Commit

Permalink
Merge pull request SaraiRojas#72 from saraigyg/limpiezaErrores
Browse files Browse the repository at this point in the history
limpieza de un par de errores en pruebas add-info.spec y sign-in.spec
  • Loading branch information
PerlaDelAngel authored Apr 3, 2022
2 parents 976c97e + a96efc7 commit 0edd7be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/add-info.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* @jest-environment jsdom
*/
import { addInfoPage } from '../src/pages/add-info.js';
import { isValidField } from '../src/lib/saveInfo.js';

jest.mock('../src/firebase-imports.js');

Expand Down
2 changes: 1 addition & 1 deletion test/sign-in.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ describe('Tests of signInPage with signInAccount function', () => {
btn.dispatchEvent(new Event('click'));
expect(renderSignIn).toBeDefined();
});
});
});

0 comments on commit 0edd7be

Please sign in to comment.