Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 16cd2d6

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

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
@@ -65,6 +65,8 @@ async function setupLocalDir2(ghDir) {
6565
path.join(tmpDir, 'feature-test-local2-XXXXXXX')
6666
);
6767
const git = simpleGit(dir).silent(true);
68+
await git.addConfig('user.name', 'Tester');
69+
await git.addConfig('user.email', '[email protected]');
6870
await git.clone(ghDir, dir);
6971
return [dir, git];
7072
}

0 commit comments

Comments
 (0)