mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
test: remove only
This commit is contained in:
@@ -163,7 +163,7 @@ describe("MediaApi", () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("should add overwrite query for entity upload", async (c) => {
|
it("should add overwrite query for entity upload", async (c) => {
|
||||||
const call = mock(() => null);
|
const call = mock(() => null);
|
||||||
const hono = new Hono().post(
|
const hono = new Hono().post(
|
||||||
"/api/media/entity/:entity/:id/:field",
|
"/api/media/entity/:entity/:id/:field",
|
||||||
|
|||||||
Reference in New Issue
Block a user