We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6149c54 commit 7ea67ccCopy full SHA for 7ea67cc
packages/snaps-jest/src/matchers.ts
@@ -13,6 +13,7 @@ import type {
13
} from '@metamask/snaps-sdk';
14
import type { JSXElement } from '@metamask/snaps-sdk/jsx';
15
import { isJSXElementUnsafe } from '@metamask/snaps-sdk/jsx';
16
+import type { SnapResponse } from '@metamask/snaps-simulation';
17
import {
18
InterfaceStruct,
19
SnapResponseStruct,
@@ -35,8 +36,6 @@ import {
35
36
RECEIVED_COLOR,
37
} from 'jest-matcher-utils';
38
-import type { SnapResponse } from './types';
39
-
40
/**
41
* Ensure that the actual value is a response from the `request` function.
42
*
0 commit comments