Skip to content

Commit f812d08

Browse files
Merge pull request #1200 from bryceosterhaus/master
fix(npm-scripts): fix unit test to use master branch name
2 parents c6eebab + 6558e33 commit f812d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/npm-tools/packages/npm-scripts/test/utils/filterChangedFiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('filterChangedFiles()', () => {
5858

5959
process.chdir(repo);
6060

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

0 commit comments

Comments
 (0)