chore(): Allow to register modules through array (#9522)
This commit is contained in:
committed by
GitHub
parent
9c73503084
commit
1d8939df3a
@@ -27,7 +27,7 @@ moduleIntegrationTestRunner<IStoreModuleService>({
|
||||
linkable: "store_id",
|
||||
entity: "Store",
|
||||
primaryKey: "id",
|
||||
serviceName: "Store",
|
||||
serviceName: "store",
|
||||
field: "store",
|
||||
},
|
||||
},
|
||||
@@ -36,7 +36,7 @@ moduleIntegrationTestRunner<IStoreModuleService>({
|
||||
linkable: "store_currency_id",
|
||||
entity: "StoreCurrency",
|
||||
primaryKey: "id",
|
||||
serviceName: "Store",
|
||||
serviceName: "store",
|
||||
field: "storeCurrency",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user