chore(medusa): return endpoints (#7823)
This commit is contained in:
committed by
GitHub
parent
5600e58b7f
commit
61758f374b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user