Refactor IdMap test helper to medusa-test-utils package

This commit is contained in:
Sebastian Rindom
2020-01-30 09:54:12 +01:00
parent edce88c34b
commit a912b81426
18 changed files with 2529 additions and 11 deletions
@@ -1,4 +1,4 @@
import IdMap from "../../../../../helpers/id-map"
import { IdMap } from "medusa-test-utils"
import { request } from "../../../../../helpers/test-request"
import { ProductServiceMock } from "../../../../../services/__mocks__/product"