Skip to content

Commit 6611cb0

Browse files
committed
refactor: test renderWithProviders for store initialization
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 9d3f773 commit 6611cb0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/renderer/components/AllRead.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { act } from '@testing-library/react';
33
import { renderWithProviders } from '../__helpers__/test-utils';
44
import { mockSettings } from '../__mocks__/state-mocks';
55

6-
import { useFiltersStore } from '../stores';
76
import { AllRead } from './AllRead';
87

98
describe('renderer/components/AllRead.tsx', () => {

src/renderer/components/Sidebar.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { navigateMock, renderWithProviders } from '../__helpers__/test-utils';
55
import { mockMultipleAccountNotifications } from '../__mocks__/notifications-mocks';
66
import { mockSettings } from '../__mocks__/state-mocks';
77

8-
import { useFiltersStore } from '../stores';
98
import * as comms from '../utils/system/comms';
109
import { Sidebar } from './Sidebar';
1110

0 commit comments

Comments
 (0)