add some basic tests

This commit is contained in:
ammarahm-ed
2020-09-28 09:50:12 +05:00
parent fc3ae69edb
commit d7e70655a7
7 changed files with 21 additions and 10 deletions

View File

@@ -356,7 +356,7 @@ const MoveNoteDialog = () => {
onPress={async () => {
let noteIds = [];
selectedItemsList.forEach((i) => noteIds.push(i.id));
let res = await db.notes.move(
{
topic: item.title,