chore: fix module test (#4693)

This commit is contained in:
Riqwan Thamir
2023-08-04 14:38:07 +02:00
committed by GitHub
parent 8af55aed87
commit 1260b1a806

View File

@@ -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()