Skip to content

Commit 00f2067

Browse files
committed
fix: removed import from Jest
1 parent 0963d16 commit 00f2067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/screens/SubTags/SubTags.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import SubTags from './SubTags';
2222
import { MOCKS, MOCKS_ERROR_SUB_TAGS } from './SubTagsMocks';
2323
import { InMemoryCache, type ApolloLink } from '@apollo/client';
2424
import { vi, beforeEach, afterEach, expect, it } from 'vitest';
25-
import '@testing-library/jest-dom/vitest';
2625

2726
const translations = {
2827
...JSON.parse(

0 commit comments

Comments
 (0)