core: remove unnecessary only in tests

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-11-03 12:21:11 +05:00
committed by GitHub
parent fca61afd7c
commit eb3998d72d

View File

@@ -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 }) => {