mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
chore(prettier): fix code style
This commit is contained in:
@@ -6,4 +6,4 @@ etapi.describeEtapi("app_info", () => {
|
||||
expect(appInfo.clipperProtocolVersion).toEqual("1.0");
|
||||
});
|
||||
});
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -7,4 +7,4 @@ etapi.describeEtapi("backup", () => {
|
||||
expect(response.status).toEqual(204);
|
||||
});
|
||||
});
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -23,4 +23,4 @@ etapi.describeEtapi("import", () => {
|
||||
expect(content).toContain("test export content");
|
||||
});
|
||||
});
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -100,4 +100,4 @@ etapi.describeEtapi("notes", () => {
|
||||
expect(error.message).toEqual(`Note '${note.noteId}' not found.`);
|
||||
});
|
||||
});
|
||||
*/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user