From 0b37038519ac83f854e3cbcd40c89e15c91bceeb Mon Sep 17 00:00:00 2001 From: Harshil Sharma Date: Tue, 11 Feb 2025 13:50:17 +0530 Subject: [PATCH] lint fixes --- app/components/drafts_buttton/drafts_button.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/drafts_buttton/drafts_button.test.tsx b/app/components/drafts_buttton/drafts_button.test.tsx index 9085ba7c46..dcbc9f0c7f 100644 --- a/app/components/drafts_buttton/drafts_button.test.tsx +++ b/app/components/drafts_buttton/drafts_button.test.tsx @@ -1,6 +1,7 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. +import {act, fireEvent} from '@testing-library/react-native'; import React from 'react'; import {DeviceEventEmitter} from 'react-native'; @@ -9,7 +10,6 @@ import DraftsButton from '@components/drafts_buttton/drafts_button'; import {Events} from '@constants'; import {DRAFT} from '@constants/screens'; import {renderWithIntlAndTheme} from '@test/intl-test-helper'; -import {act, fireEvent} from '@testing-library/react-native'; jest.mock('@actions/local/draft', () => ({ switchToGlobalDrafts: jest.fn(),