test(FN-000): resolve dashboard test noise

This commit is contained in:
Aron Prins
2026-05-05 22:25:29 +02:00
parent 55d8e87cc4
commit f85b124125
15 changed files with 113 additions and 298 deletions

View File

@@ -42,7 +42,7 @@ describe("Session files endpoint", () => {
mkdirSync(testWorktree, { recursive: true });
// Initialize git repo
execSync("git init", { cwd: testWorktree });
execSync("git init --initial-branch=main", { cwd: testWorktree });
execSync("git config user.email test@test.com", { cwd: testWorktree });
execSync("git config user.name Test", { cwd: testWorktree });