Skip to content

Commit

Permalink
test: fix CR/LF warning on only-changed tests (#32772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Sep 23, 2024
1 parent c7a5278 commit 8557b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/playwright-test/only-changed.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const test = baseTest.extend<{ git(command: string): void }>({
git(`init --initial-branch=main`);
git(`config --local user.name "Robert Botman"`);
git(`config --local user.email "[email protected]"`);
git(`config --local core.autocrlf false`);

await use((command: string) => git(command));
},
Expand Down

0 comments on commit 8557b98

Please sign in to comment.