breaking: rename package names to be consistent and under @medusajs scope (#9580)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { IPaymentModuleService } from "@medusajs/framework/types"
|
||||
|
||||
import { moduleIntegrationTestRunner } from "medusa-test-utils"
|
||||
import { moduleIntegrationTestRunner } from "@medusajs/test-utils"
|
||||
import { Modules } from "@medusajs/framework/utils"
|
||||
|
||||
jest.setTimeout(30000)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
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 { moduleIntegrationTestRunner } from "@medusajs/test-utils"
|
||||
import {
|
||||
createPaymentCollections,
|
||||
createPayments,
|
||||
|
||||
Reference in New Issue
Block a user