mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
core: remove unnecessary only in tests
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user