You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Tools: Replace Jasmine with Jest to run tests
This commit is contained in:
@ -287,7 +287,7 @@ function shimInit(sharp = null, keytar = null) {
|
||||
const newNote = Object.assign({}, note, {
|
||||
body: newBody,
|
||||
});
|
||||
return await Note.save(newNote);
|
||||
return Note.save(newNote);
|
||||
};
|
||||
|
||||
shim.imageFromDataUrl = async function(imageDataUrl, filePath, options = null) {
|
||||
|
Reference in New Issue
Block a user