mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-20 06:50:22 -07:00
feat: introduce UX Extension and Base Folder Strategy
This commit is contained in:
@@ -198,7 +198,7 @@ describe('ContextManager', () => {
|
||||
expect.any(Set),
|
||||
expect.any(Set),
|
||||
);
|
||||
expect(result).toMatch(/--- Context from: \/app\/src\/GEMINI\.md ---/);
|
||||
expect(result).toMatch(/--- Context from: src[\\/]GEMINI\.md ---/);
|
||||
expect(result).toContain('Src Content');
|
||||
expect(contextManager.getLoadedPaths()).toContain('/app/src/GEMINI.md');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user