refactor: relocate update-version-utils to src/main/domain/ + vitest

16 unit tests covering normalize/compare/isNewer.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
xRangerDE
2026-05-11 21:42:05 +02:00
co-authored by Claude Opus 4.7
parent 1b4dac5709
commit 640807778c
4 changed files with 68 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const {
normalizeUpdateVersion,
compareUpdateVersions,
isNewerUpdateVersion
} = require(path.join(process.cwd(), 'dist', 'update-version-utils.js'));
} = require(path.join(process.cwd(), 'dist', 'main', 'domain', 'update-version-utils.js'));
function run() {
const failures = [];