mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 08:01:02 -07:00
Fix(cli): Use cross-platform path separators in extension tests (#11970)
This commit is contained in:
@@ -293,8 +293,8 @@ describe('extension tests', () => {
|
||||
mcpServers: {
|
||||
'test-server': {
|
||||
command: 'node',
|
||||
args: ['${extensionPath}/server/index.js'],
|
||||
cwd: '${extensionPath}/server',
|
||||
args: ['${extensionPath}${/}server${/}index.js'],
|
||||
cwd: '${extensionPath}${/}server',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user