diff --git a/integration-tests/api/helpers/product-seeder.js b/integration-tests/api/helpers/product-seeder.js index c92137cfe6..60626ce68b 100644 --- a/integration-tests/api/helpers/product-seeder.js +++ b/integration-tests/api/helpers/product-seeder.js @@ -3,13 +3,11 @@ const { ProductTag, ProductType, ProductOption, - ProductOptionValue, Region, Product, ShippingProfile, ProductVariant, Image, - MoneyAmount, } = require("@medusajs/medusa") module.exports = async (connection, data = {}) => {