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
@@ -7,12 +7,12 @@ import {
NotificationEvents,
NotificationStatus,
} from "@medusajs/utils"
import { NotificationModuleService } from "@services"
import {
MockEventBusService,
moduleIntegrationTestRunner,
} from "medusa-test-utils"
import { resolve } from "path"
import { NotificationModuleService } from "@services"
let moduleOptions = {
providers: [
@@ -58,6 +58,7 @@ moduleIntegrationTestRunner<INotificationModuleService>({
notification: {
id: {
linkable: "notification_id",
entity: "Notification",
primaryKey: "id",
serviceName: "notification",
field: "notification",