Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilsharma63 authored and Rajat-Dabade committed Feb 25, 2025
1 parent c94555a commit 0b37038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/drafts_buttton/drafts_button.test.tsx
Original file line number Diff line number Diff line change
@@ -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';

Expand All @@ -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(),
Expand Down

0 comments on commit 0b37038

Please sign in to comment.