We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee776cf commit 5e4b883Copy full SHA for 5e4b883
packages/user-operation-controller/src/UserOperationController.test.ts
@@ -1,3 +1,4 @@
1
+import { deriveStateFromMetadata } from '@metamask/base-controller';
2
import { ApprovalType } from '@metamask/controller-utils';
3
import { errorCodes } from '@metamask/rpc-errors';
4
import {
@@ -34,7 +35,6 @@ import {
34
35
validateSignUserOperationResponse,
36
validateUpdateUserOperationResponse,
37
} from './utils/validation';
-import { deriveStateFromMetadata } from '@metamask/base-controller';
38
39
jest.mock('@metamask/transaction-controller');
40
jest.mock('./utils/gas');
0 commit comments