From eb3998d72d59a9d3a4446e8e974d23817fb5171d Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:21:11 +0500 Subject: [PATCH] core: remove unnecessary `only` in tests Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- packages/core/__tests__/lookup.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/__tests__/lookup.test.js b/packages/core/__tests__/lookup.test.js index 5d4b6d239..6d70f7bc7 100644 --- a/packages/core/__tests__/lookup.test.js +++ b/packages/core/__tests__/lookup.test.js @@ -141,7 +141,7 @@ test("search reminders", () => })); describe("notesWithHighlighting", () => { - test.only("search notes with parentheses in query should load the item", () => + test("search notes with parentheses in query should load the item", () => noteTest({ title: "(with parantheses)" }).then(async ({ db }) => {