Skip to content

Commit

Permalink
Removed imports for Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
PratapRathi committed Dec 26, 2024
1 parent 2fcfe56 commit a463730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/screens/LoginPage/LoginPage.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import i18nForTest from 'utils/i18nForTest';
import { BACKEND_URL } from 'Constant/constant';
import useLocalStorage from 'utils/useLocalstorage';
import { GET_COMMUNITY_DATA, ORGANIZATION_LIST } from 'GraphQl/Queries/Queries';
import { debug } from 'jest-preview';
import { vi, beforeEach, expect, it, describe } from 'vitest';

const MOCKS = [
Expand Down Expand Up @@ -1015,8 +1014,6 @@ it('Render the Select Organization list and change the option', async () => {
fireEvent.change(input, { target: { value: 'a' } });
fireEvent.keyDown(autocomplete, { key: 'ArrowDown' });
fireEvent.keyDown(autocomplete, { key: 'Enter' });

debug();
});

describe('Talawa-API server fetch check', () => {
Expand Down

0 comments on commit a463730

Please sign in to comment.