Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Sep 27, 2024
1 parent 002b7de commit 5b872a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/snaps-jest/src/matchers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import type {
} from '@metamask/snaps-sdk';
import type { JSXElement } from '@metamask/snaps-sdk/jsx';
import { isJSXElementUnsafe } from '@metamask/snaps-sdk/jsx';
import type { SnapResponse } from '@metamask/snaps-simulation';
import {
InterfaceStruct,
SnapResponseStruct,
Expand All @@ -35,8 +36,6 @@ import {
RECEIVED_COLOR,
} from 'jest-matcher-utils';

import type { SnapResponse } from './types';

/**
* Ensure that the actual value is a response from the `request` function.
*
Expand Down

0 comments on commit 5b872a1

Please sign in to comment.