Skip to content

Commit

Permalink
fix: removed imports for Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
PratapRathi committed Dec 23, 2024
1 parent ca65647 commit 763a1ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/ManageTag/ManageTag.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import ManageTag from './ManageTag';
import { MOCKS, MOCKS_ERROR_ASSIGNED_MEMBERS } from './ManageTagMocks';
import { type ApolloLink } from '@apollo/client';
import { vi, beforeEach, afterEach, expect, it } from 'vitest';
import '@testing-library/jest-dom/vitest';

const translations = {
...JSON.parse(
Expand Down

0 comments on commit 763a1ab

Please sign in to comment.