mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
refactor: export verifyBundleModels with unit tests
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user