We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585f819 commit 8bd7632Copy full SHA for 8bd7632
src/git.test.ts
@@ -56,7 +56,7 @@ describe("getDiffForFile", () => {
56
57
const expectedCommand = "git";
58
const expectedArgs =
59
- 'diff --diff-algorithm=histogram --diff-filter=ACM -M100% --relative --staged --unified=0 "1234567"';
+ 'diff --diff-algorithm=histogram --diff-filter=ACM -M100% --relative --staged --unified=0 1234567';
60
61
const lastCall = mockedChildProcess.execFileSync.mock.calls.at(-1);
62
const [command, argsIncludingFile = []] = lastCall ?? [""];
0 commit comments