add basic tests

This commit is contained in:
Nystik
2026-04-04 17:04:55 +02:00
parent fade3c30c5
commit 2c8344022b
5 changed files with 1403 additions and 5 deletions

View File

@@ -552,3 +552,5 @@ router.get("/download-zip", async (req, res) => {
});
module.exports = router;
module.exports.resolveVaultPath = resolveVaultPath;
module.exports.encodeContentDispositionFilename = encodeContentDispositionFilename;