Skip to content

Commit

Permalink
migrated jest to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramneet04 committed Dec 25, 2024
1 parent 55597e2 commit d52a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SuperAdminScreen/SuperAdminScreen.spec.tsx
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 d52a407

Please sign in to comment.