fix(medusa-js): Allow payload in DELETE and POST (#1985)
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
import { createWrapper } from "../../../utils"
|
||||
|
||||
describe("useAdminDeleteFile hook", () => {
|
||||
test("Removes file with key and returns deleteresult", async () => {
|
||||
test("Removes file with key and returns delete result", async () => {
|
||||
const file_key = "test"
|
||||
|
||||
const { result, waitFor } = renderHook(() => useAdminDeleteFile(), {
|
||||
|
||||
Reference in New Issue
Block a user