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 b9ef531 commit 8635a17Copy full SHA for 8635a17
lambdas/api-handler/src/handlers/__tests__/post-mi.test.ts
@@ -3,7 +3,7 @@ import { mockDeep } from "jest-mock-extended";
3
import { makeApiGwEvent } from "./utils/test-utils";
4
import { PostMIRequest, PostMIResponse } from "../../contracts/mi";
5
import * as miService from '../../services/mi-operations';
6
-import { postMi } from "../post-mi";
+import { postMi } from '../../index';
7
8
jest.mock('../../services/mi-operations');
9
0 commit comments