From 1260b1a806b035b7223cf873a3dc5c1b6b6da0c2 Mon Sep 17 00:00:00 2001 From: Riqwan Thamir Date: Fri, 4 Aug 2023 14:38:07 +0200 Subject: [PATCH] chore: fix module test (#4693) --- packages/product/integration-tests/__tests__/module.ts | 3 +++ 1 file changed, 3 insertions(+) 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()