From bc5458754957e83fd5e8c704098f3954b9ec5c29 Mon Sep 17 00:00:00 2001 From: Philip Korsholm Date: Wed, 20 Oct 2021 16:57:23 +0200 Subject: [PATCH] removed unused import that breaks unit tests --- .../src/api/routes/store/variants/__tests__/get-variant.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/medusa/src/api/routes/store/variants/__tests__/get-variant.js b/packages/medusa/src/api/routes/store/variants/__tests__/get-variant.js index eb16ea70d1..5090457c54 100644 --- a/packages/medusa/src/api/routes/store/variants/__tests__/get-variant.js +++ b/packages/medusa/src/api/routes/store/variants/__tests__/get-variant.js @@ -1,4 +1,3 @@ -import { IdMap } from "../../../../../../../medusa-test-utils/dist" import { request } from "../../../../../helpers/test-request" import { ProductVariantServiceMock } from "../../../../../services/__mocks__/product-variant"