diff --git a/packages/product/integration-tests/__tests__/module.ts b/packages/product/integration-tests/__tests__/module.ts index 6331ea7095..6d8db20f86 100644 --- a/packages/product/integration-tests/__tests__/module.ts +++ b/packages/product/integration-tests/__tests__/module.ts @@ -5,7 +5,10 @@ import { ProductRepository } from "../__fixtures__/module" import { createProductAndTags } from "../__fixtures__/product" import { productsData } from "../__fixtures__/product/data" import { DB_URL, TestDatabase } from "../utils" +import { buildProductAndRelationsData } from "../__fixtures__/product/data/create-product" + import { IProductModuleService } from "@medusajs/types" +import { kebabCase } from "@medusajs/utils" const beforeEach_ = async () => { await TestDatabase.setupDatabase()