Skip to content

Commit 7ea67cc

Browse files
committed
Fix build issue
1 parent 6149c54 commit 7ea67cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/snaps-jest/src/matchers.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import type {
1313
} from '@metamask/snaps-sdk';
1414
import type { JSXElement } from '@metamask/snaps-sdk/jsx';
1515
import { isJSXElementUnsafe } from '@metamask/snaps-sdk/jsx';
16+
import type { SnapResponse } from '@metamask/snaps-simulation';
1617
import {
1718
InterfaceStruct,
1819
SnapResponseStruct,
@@ -35,8 +36,6 @@ import {
3536
RECEIVED_COLOR,
3637
} from 'jest-matcher-utils';
3738

38-
import type { SnapResponse } from './types';
39-
4039
/**
4140
* Ensure that the actual value is a response from the `request` function.
4241
*

0 commit comments

Comments
 (0)