mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-14 03:50:49 -07:00
test: fix Windows CI execution and resolve exposed platform failures (#24476)
This commit is contained in:
@@ -159,7 +159,9 @@ describe('BrowserManager', () => {
|
||||
expect.objectContaining({
|
||||
command: 'node',
|
||||
args: expect.arrayContaining([
|
||||
expect.stringMatching(/bundled\/chrome-devtools-mcp\.mjs$/),
|
||||
expect.stringMatching(
|
||||
/(dist[\\/])?bundled[\\/]chrome-devtools-mcp\.mjs$/,
|
||||
),
|
||||
]),
|
||||
}),
|
||||
);
|
||||
@@ -175,7 +177,7 @@ describe('BrowserManager', () => {
|
||||
command: 'node',
|
||||
args: expect.arrayContaining([
|
||||
expect.stringMatching(
|
||||
/(dist\/)?bundled\/chrome-devtools-mcp\.mjs$/,
|
||||
/(dist[\\/])?bundled[\\/]chrome-devtools-mcp\.mjs$/,
|
||||
),
|
||||
]),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user