test: fix useGitBranchName tests

This commit is contained in:
mkorwel
2026-04-17 20:59:01 +00:00
parent 30653394e2
commit ce9d0683ae
@@ -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() {