Skip to content

Commit

Permalink
fix(npm-scripts): fix unit test to use master branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Mar 21, 2024
1 parent c6eebab commit 6558e33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('filterChangedFiles()', () => {

process.chdir(repo);

git('init');
git('init', '--initial-branch', 'master');
git('config', 'user.email', 'ci@example.net');
git('config', 'user.name', 'Continuous Integration');

Expand Down

0 comments on commit 6558e33

Please sign in to comment.