Remove `@testing-library/jest-dom` imports

environments/review-vitest-l63lnt/deployments/3846
Alex Gleason 2023-09-15 19:30:51 -05:00
rodzic 2ffc79b75b
commit da49327b35
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,6 @@ import { fireEvent, render, screen } from '@testing-library/react';
import React from 'react';
import { IntlProvider } from 'react-intl';
import { Provider } from 'react-redux';
import '@testing-library/jest-dom';
import { MemoryRouter } from 'react-router-dom';
import { MODAL_CLOSE, MODAL_OPEN } from 'soapbox/actions/modals';

Wyświetl plik

@ -10,7 +10,6 @@ import { Provider } from 'react-redux';
import { MemoryRouter } from 'react-router-dom';
import { Action, applyMiddleware, createStore } from 'redux';
import thunk from 'redux-thunk';
import '@testing-library/jest-dom';
import { ChatProvider } from 'soapbox/contexts/chat-context';
import { StatProvider } from 'soapbox/contexts/stat-context';