Skip to content

Commit

Permalink
refactor: combine imports
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed May 28, 2024
1 parent 881cf89 commit c5e7aa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/LoginWithOAuthApp.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { fireEvent, render, screen } from '@testing-library/react';
import { ipcRenderer } from 'electron';
import { shell } from 'electron';
import { ipcRenderer, shell } from 'electron';
import { MemoryRouter } from 'react-router-dom';
import { mockEnterpriseAccounts } from '../__mocks__/state-mocks';
import { AppContext } from '../context/App';
Expand Down

0 comments on commit c5e7aa3

Please sign in to comment.