chore: joiner config entity property (#9084)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { IStoreModuleService } from "@medusajs/types"
|
||||
import { moduleIntegrationTestRunner } from "medusa-test-utils"
|
||||
import { createStoreFixture } from "../__fixtures__"
|
||||
import { Module, Modules } from "@medusajs/utils"
|
||||
import { StoreModuleService } from "@services"
|
||||
import { moduleIntegrationTestRunner } from "medusa-test-utils"
|
||||
import { createStoreFixture } from "../__fixtures__"
|
||||
|
||||
jest.setTimeout(100000)
|
||||
|
||||
@@ -25,6 +25,7 @@ moduleIntegrationTestRunner<IStoreModuleService>({
|
||||
store: {
|
||||
id: {
|
||||
linkable: "store_id",
|
||||
entity: "Store",
|
||||
primaryKey: "id",
|
||||
serviceName: "store",
|
||||
field: "store",
|
||||
@@ -33,6 +34,7 @@ moduleIntegrationTestRunner<IStoreModuleService>({
|
||||
storeCurrency: {
|
||||
id: {
|
||||
linkable: "store_currency_id",
|
||||
entity: "StoreCurrency",
|
||||
primaryKey: "id",
|
||||
serviceName: "store",
|
||||
field: "storeCurrency",
|
||||
|
||||
Reference in New Issue
Block a user