chore(): upgrade mikro orm (#13450)
This commit is contained in:
+6
-1
@@ -826,7 +826,12 @@ moduleIntegrationTestRunner<IProductModuleService>({
|
||||
await service.upsertProducts([updateData])
|
||||
|
||||
const product = await service.retrieveProduct(productTwo.id, {
|
||||
relations: ["*"],
|
||||
relations: [
|
||||
"options",
|
||||
"options.values",
|
||||
"variants",
|
||||
"variants.options",
|
||||
],
|
||||
})
|
||||
|
||||
expect(product.options).toHaveLength(1)
|
||||
|
||||
Reference in New Issue
Block a user