convert es6 tests to ts

This commit is contained in:
Alex
2024-06-09 12:16:09 +02:00
parent 615f15756b
commit 17fac31cd1
7 changed files with 35 additions and 27 deletions

View File

@@ -505,7 +505,7 @@ function createImageSrcUrl(note) {
return `api/images/${note.noteId}/${encodeURIComponent(note.title)}?timestamp=${Date.now()}`;
}
export default {
module.exports = {
reloadFrontendApp,
parseDate,
formatDateISO,