Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Jun 21, 2024
1 parent bb1fa1f commit fe949a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/perf-test/ReportActionsList.perf-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const mockOnScroll = jest.fn();
const mockLoadChats = jest.fn();
const mockRef = {current: null, flatListRef: null, scrollPosition: null, setScrollPosition: () => {}};


beforeEach(() => {
// Initialize the network key for OfflineWithFeedback
Onyx.merge(ONYXKEYS.NETWORK, {isOffline: false});
Expand Down Expand Up @@ -116,7 +115,7 @@ test('[ReportActionsList] should render ReportActionsList with 500 reportActions
await measurePerformance(<ReportActionsListWrapper />, {scenario});
});

test('[ReportActionsList] shpuld render list items', async () => {
test('[ReportActionsList] should render list items', async () => {
const scenario = async () => {
const hintText = Localize.translateLocal('accessibilityHints.chatMessage');
await screen.findAllByLabelText(hintText);
Expand Down

0 comments on commit fe949a1

Please sign in to comment.