added new diffing method to module manager

Signed-off-by: dswbx <dennis.senn@gmx.ch>
This commit is contained in:
dswbx
2024-12-05 20:23:51 +01:00
parent 77a6b6e7f5
commit 7e990feb99
6 changed files with 650 additions and 11 deletions

View File

@@ -250,4 +250,6 @@ describe("ModuleManager", async () => {
await mm2.build();
expect(mm2.configs().auth.basepath).toBe("/api/auth2");
});
// @todo: add tests for migrations (check "backup" and new version)
});