Commit 2cd19e0
committed
🤖 fix: initialize git repos in e2e fixtures
The e2e test fixtures created directories but didn't run git init,
causing listBranches() to fail with 'Not a git repository' errors.
These errors were logged but didn't fail tests since the tests don't
rely on branch-loading functionality.
Fix: run 'git init -q' for both projectPath and workspacePath so
the fixtures behave like real projects.
_Generated with mux_1 parent 30b1c08 commit 2cd19e0
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
0 commit comments