mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-10 05:10:59 -07:00
test: fix Windows CI execution and resolve exposed platform failures (#24476)
This commit is contained in:
@@ -448,11 +448,11 @@ describe('ShellTool', () => {
|
||||
expect.any(Function),
|
||||
expect.any(AbortSignal),
|
||||
false,
|
||||
{
|
||||
expect.objectContaining({
|
||||
pager: 'cat',
|
||||
sanitizationConfig: {},
|
||||
sandboxManager: new NoopSandboxManager(),
|
||||
},
|
||||
sandboxManager: expect.any(NoopSandboxManager),
|
||||
}),
|
||||
);
|
||||
},
|
||||
20000,
|
||||
|
||||
Reference in New Issue
Block a user