Skip to content

Commit

Permalink
Merge pull request #1200 from bryceosterhaus/master
Browse files Browse the repository at this point in the history
fix(npm-scripts): fix unit test to use master branch name
  • Loading branch information
bryceosterhaus authored Mar 21, 2024
2 parents c6eebab + 6558e33 commit f812d08
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 f812d08

Please sign in to comment.