We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881cf89 commit c5e7aa3Copy full SHA for c5e7aa3
src/routes/LoginWithOAuthApp.test.tsx
@@ -1,6 +1,5 @@
1
import { fireEvent, render, screen } from '@testing-library/react';
2
-import { ipcRenderer } from 'electron';
3
-import { shell } from 'electron';
+import { ipcRenderer, shell } from 'electron';
4
import { MemoryRouter } from 'react-router-dom';
5
import { mockEnterpriseAccounts } from '../__mocks__/state-mocks';
6
import { AppContext } from '../context/App';
0 commit comments