Skip to content

Commit

Permalink
Refactor src/components/SuperAdminScreen/SuperAdminScreen.test.tsx fr…
Browse files Browse the repository at this point in the history
…om Jest to Vitest #2820 (#2874)

* file name changed

* migrated jest to vitest
  • Loading branch information
Ramneet04 authored Dec 25, 2024
1 parent 5c7fcd7 commit 22436b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import React from 'react';
import { MockedProvider } from '@apollo/react-testing';
import { fireEvent, render, screen } from '@testing-library/react';
import 'jest-location-mock';
import { I18nextProvider } from 'react-i18next';
import { Provider } from 'react-redux';
import { BrowserRouter } from 'react-router-dom';
import { store } from 'state/store';
import i18nForTest from 'utils/i18nForTest';
import SuperAdminScreen from './SuperAdminScreen';
import { describe, test, expect } from 'vitest';

const resizeWindow = (width: number): void => {
window.innerWidth = width;
Expand Down

0 comments on commit 22436b5

Please sign in to comment.