chore(medusa): return endpoints (#7823)

This commit is contained in:
Carlos R. L. Rodrigues
2024-06-25 10:53:18 -03:00
committed by GitHub
parent 5600e58b7f
commit 61758f374b
54 changed files with 308 additions and 138 deletions

View File

@@ -1,10 +1,10 @@
import { IPaymentModuleService } from "@medusajs/types"
import { Modules, promiseAll } from "@medusajs/utils"
import { moduleIntegrationTestRunner } from "medusa-test-utils/dist"
import { moduleIntegrationTestRunner } from "medusa-test-utils"
import {
createPaymentCollections,
createPayments,
createPaymentSessions,
createPayments,
} from "../../../__fixtures__"
jest.setTimeout(30000)