From f9373bd0e6ce753ee66cc9343fd66f39ddaad563 Mon Sep 17 00:00:00 2001 From: dswbx Date: Fri, 9 Jan 2026 11:30:04 +0100 Subject: [PATCH] test: remove `only` --- app/__test__/api/MediaApi.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__test__/api/MediaApi.spec.ts b/app/__test__/api/MediaApi.spec.ts index 7db9850..ee1dcb3 100644 --- a/app/__test__/api/MediaApi.spec.ts +++ b/app/__test__/api/MediaApi.spec.ts @@ -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 hono = new Hono().post( "/api/media/entity/:entity/:id/:field",