mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-18 15:52:53 -07:00
test: fix useGitBranchName tests
This commit is contained in:
@@ -74,7 +74,7 @@ describe('useGitBranchName', () => {
|
||||
hookResult = useGitBranchName(cwd);
|
||||
return null;
|
||||
}
|
||||
const result = await render(<TestComponent />);
|
||||
const result = await render(<TestComponent />, undefined, undefined, true);
|
||||
return {
|
||||
result: {
|
||||
get current() {
|
||||
|
||||
Reference in New Issue
Block a user