Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Aug 22, 2024
1 parent a4e2a84 commit 02025bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import React from 'react';
import configureMockStore from 'redux-mock-store';
import { Text } from '@metamask/snaps-sdk/jsx';

import { fireEvent } from '@testing-library/react';
import mockState from '../../../../../../../test/data/mock-state.json';
import { unapprovedPersonalSignMsg } from '../../../../../../../test/data/confirmations/personal_sign';
import { unapprovedTypedSignMsgV3 } from '../../../../../../../test/data/confirmations/typed_sign';
import { renderWithProvider } from '../../../../../../../test/lib/render-helpers';
import { fireEvent } from '@testing-library/react';
import { SnapsSection } from './snaps-section';

const additionalMockState = {
Expand Down

0 comments on commit 02025bf

Please sign in to comment.