refactor: export verifyBundleModels with unit tests

This commit is contained in:
SnapOtter
2026-06-09 23:06:07 +08:00
parent 96764ec375
commit 3196ba63d5
2 changed files with 43 additions and 1 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ export function recoverInterruptedInstalls(): void {
// ── Feature states (composite view) ─────────────────────────────────────
function verifyBundleModels(bundleId: string): string | null {
export function verifyBundleModels(bundleId: string): string | null {
const manifest = readManifest();
if (!manifest) return null;