1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Chore: Added tests for renderMarkup command

This commit is contained in:
Laurent Cozic
2024-10-27 21:39:44 +00:00
parent ff09937ca2
commit f4ee4a178e
4 changed files with 50 additions and 1 deletions

View File

@@ -309,7 +309,7 @@ const shim = {
detectAndSetLocale: null as Function,
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
attachFileToNote: async (_note: any, _filePath: string): Promise<NoteEntity> => {
attachFileToNote: async (_note: any, _filePath: string, _position: number, _options: any): Promise<NoteEntity> => {
throw new Error('Not implemented: attachFileToNote');
},