Skip to content

Commit c058bdd

Browse files
committed
test: more git test fixes
1 parent 5b09c1b commit c058bdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test-common.js

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ async function setupLocalDir2(ghDir) {
6666
);
6767
const git = simpleGit(dir).silent(true);
6868
await git.clone(ghDir, dir);
69+
await git.addConfig('user.name', 'Tester');
70+
await git.addConfig('user.email', '[email protected]');
6971
return [dir, git];
7072
}
7173

0 commit comments

Comments
 (0)