Browse Source

test(auto-update): align skill sync result mocks

Alvin Unreal 1 month ago
parent
commit
e0c5236342
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/hooks/auto-update-checker/index.test.ts

+ 2 - 0
src/hooks/auto-update-checker/index.test.ts

@@ -299,6 +299,7 @@ describe('auto-update-checker/index', () => {
       skippedExisting: [],
       failed: [],
       staged: ['worktrees'],
+      adopted: [],
       customized: ['my-custom-skill'],
     }));
 
@@ -729,6 +730,7 @@ describe('auto-update-checker/index', () => {
       skippedExisting: [],
       failed: [],
       staged: ['reflect'],
+      adopted: [],
       customized: ['my-custom-skill'],
     }));