Propagate prompt (#5033)

This commit is contained in:
owenofbrien
2025-08-01 14:37:56 -05:00
committed by GitHub
parent 67d16992cf
commit a6a386f72a
11 changed files with 245 additions and 102 deletions

View File

@@ -49,8 +49,11 @@ describe('setupUser', () => {
});
await setupUser({} as OAuth2Client);
expect(CodeAssistServer).toHaveBeenCalledWith(
expect.any(Object),
{},
'test-project',
{},
'',
undefined,
);
});
@@ -62,7 +65,10 @@ describe('setupUser', () => {
});
const projectId = await setupUser({} as OAuth2Client);
expect(CodeAssistServer).toHaveBeenCalledWith(
expect.any(Object),
{},
undefined,
{},
'',
undefined,
);
expect(projectId).toEqual({