Skip to content

Commit

Permalink
fix: removed import from Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
PratapRathi committed Dec 23, 2024
1 parent 0963d16 commit 00f2067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/SubTags/SubTags.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import SubTags from './SubTags';
import { MOCKS, MOCKS_ERROR_SUB_TAGS } from './SubTagsMocks';
import { InMemoryCache, 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 00f2067

Please sign in to comment.