mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 13:50:42 +08:00
test(etapi): variable shadowing causing spurious error
This commit is contained in:
parent
0c4b751e8f
commit
e7fd9371b6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ describe("etapi/patch-note", () => {
|
||||||
})
|
})
|
||||||
.expect(201);
|
.expect(201);
|
||||||
|
|
||||||
const createdNoteId = response.body.note.noteId as string;
|
createdNoteId = response.body.note.noteId as string;
|
||||||
expect(createdNoteId).toBeTruthy();
|
expect(createdNoteId).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue