chore: joiner config entity property (#9084)

This commit is contained in:
Carlos R. L. Rodrigues
2024-09-11 06:25:25 -03:00
committed by GitHub
parent 28dc8d4d17
commit fdd0543011
80 changed files with 464 additions and 294 deletions
@@ -1,7 +1,7 @@
import { IAuthModuleService } from "@medusajs/types"
import { Module, Modules } from "@medusajs/utils"
import { AuthModuleService } from "@services"
import { moduleIntegrationTestRunner, SuiteOptions } from "medusa-test-utils"
import { SuiteOptions, moduleIntegrationTestRunner } from "medusa-test-utils"
import { resolve } from "path"
let moduleOptions = {
@@ -52,6 +52,7 @@ moduleIntegrationTestRunner({
expect(linkable.authIdentity).toEqual({
id: {
linkable: "auth_identity_id",
entity: "AuthIdentity",
primaryKey: "id",
serviceName: "auth",
field: "authIdentity",
@@ -63,6 +64,7 @@ moduleIntegrationTestRunner({
expect(linkable.providerIdentity).toEqual({
id: {
linkable: "provider_identity_id",
entity: "ProviderIdentity",
primaryKey: "id",
serviceName: "auth",
field: "providerIdentity",