Skip to content

Commit 226172d

Browse files
committed
docs: update parseOutput.test.ts
1 parent b91d61a commit 226172d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/git/parseOutput.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* Parse Git output test module.
33
*
4-
* Check the ability to convert text output from git commands into JS objects.
4+
* Check the ability to convert text output from Git subcommands into JS
5+
* objects.
56
*/
67
import * as assert from "assert";
78
import { parseDiffIndex, parseStatus } from "../../git/parseOutput";

0 commit comments

Comments
 (0)