feat(admin,admin-ui,medusa): Add Medusa Admin plugin (#3334)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { renderHook } from "@testing-library/react-hooks/dom"
|
||||
import { useCompleteOrderEdit, useDeclineOrderEdit } from "../../../../src/"
|
||||
import { renderHook } from "@testing-library/react-hooks"
|
||||
import { createWrapper } from "../../../utils"
|
||||
|
||||
describe("useDeclineOrderEdit hook", () => {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { renderHook } from "@testing-library/react-hooks"
|
||||
import { renderHook } from "@testing-library/react-hooks/dom"
|
||||
import { fixtures } from "../../../../mocks/data"
|
||||
import { createWrapper } from "../../../utils"
|
||||
import { useOrderEdit } from "../../../../src/hooks/store/order-edits"
|
||||
import { createWrapper } from "../../../utils"
|
||||
|
||||
describe("useOrderEdit hook", () => {
|
||||
test("returns an order", async () => {
|
||||
|
||||
Reference in New Issue
Block a user