Skip to content

Commit

Permalink
Format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbisen04 committed Jan 2, 2025
1 parent ba3b9c5 commit 2e74774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/OrgSettings/OrgSettings.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ReactElement } from 'react';
import React from 'react';
import { describe, it, expect, vi } from 'vitest';
import { render, screen, waitFor} from '@testing-library/react';
import { render, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { MemoryRouter, Route, Routes } from 'react-router-dom';
import { Provider } from 'react-redux';
Expand Down

0 comments on commit 2e74774

Please sign in to comment.