chore: Update modules deps (#9286)
This commit is contained in:
committed by
GitHub
parent
11d8264062
commit
e096feb7d5
@@ -1,7 +1,7 @@
|
||||
import { IPaymentModuleService } from "@medusajs/types"
|
||||
import { IPaymentModuleService } from "@medusajs/framework/types"
|
||||
|
||||
import { moduleIntegrationTestRunner } from "medusa-test-utils"
|
||||
import { Modules } from "@medusajs/utils"
|
||||
import { Modules } from "@medusajs/framework/utils"
|
||||
|
||||
jest.setTimeout(30000)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { IPaymentModuleService } from "@medusajs/types"
|
||||
import { Module, Modules, promiseAll } from "@medusajs/utils"
|
||||
import { IPaymentModuleService } from "@medusajs/framework/types"
|
||||
import { Module, Modules, promiseAll } from "@medusajs/framework/utils"
|
||||
import { PaymentModuleService } from "@services"
|
||||
import { moduleIntegrationTestRunner } from "medusa-test-utils"
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user