diff --git a/test/fixtures/git.js b/test/fixtures/git.js index 50559a3..cbea4fb 100644 --- a/test/fixtures/git.js +++ b/test/fixtures/git.js @@ -14,6 +14,8 @@ exports.init = function () { process.chdir(tmpDir) childProcess.execSync('git init --initial-branch=running-unit-tests') + childProcess.execSync('git config user.email "wiby@example.com"') + childProcess.execSync('git config user.name "Wiby Bot"') for (const fn of ['package.json', '.wiby.json']) { fs.copyFileSync(path.join(gitRepoPath, fn), path.join(tmpDir, fn))