feat(admin,admin-ui,medusa): Add Medusa Admin plugin (#3334)

This commit is contained in:
Kasper Fabricius Kristensen
2023-03-03 10:09:16 +01:00
committed by GitHub
parent d6b1ad1ccd
commit 40de54b010
928 changed files with 85441 additions and 384 deletions
@@ -1,5 +1,5 @@
import { useRequestOrderAccess, useGrantOrderAccess } from "../../../../src/"
import { renderHook } from "@testing-library/react-hooks"
import { renderHook } from "@testing-library/react-hooks/dom"
import { useGrantOrderAccess, useRequestOrderAccess } from "../../../../src/"
import { createWrapper } from "../../../utils"
describe("useGrantOrderAccess hook", () => {
@@ -1,9 +1,9 @@
import { useOrders } from "../../../../src/hooks"
import { renderHook } from "@testing-library/react-hooks/dom"
import { rest } from "msw"
import { fixtures } from "../../../../mocks/data"
import { server } from "../../../../mocks/server"
import { useCartOrder, useOrder } from "../../../../src/"
import { renderHook } from "@testing-library/react-hooks"
import { fixtures } from "../../../../mocks/data"
import { useOrders } from "../../../../src/hooks"
import { createWrapper } from "../../../utils"
describe("useOrder hook", () => {