mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
test: Fix GitHub sync conflict mock typing
This commit is contained in:
parent
0244b4f096
commit
f3c526ea4d
1 changed files with 1 additions and 1 deletions
|
|
@ -947,7 +947,7 @@ describe('createGitHubSkillSyncRunner', () => {
|
|||
source: 'local',
|
||||
})),
|
||||
deleteFile: jest.fn(async () => undefined),
|
||||
updateSkill: jest.fn(async () => ({ status: 'conflict' as const })),
|
||||
updateSkill: jest.fn(async () => ({ status: 'conflict' as const, current: existing })),
|
||||
});
|
||||
const runner = createGitHubSkillSyncRunner(deps);
|
||||
const result = await runner.runOnce();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue