Skip to content

Commit 7d9efc5

Browse files
authored
test that git is available (#4)
1 parent ff9c3d0 commit 7d9efc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/text-manip.test.ts renamed to tests/editing-tools.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { binaryOnPathTest } from "./index.ts";
33
const textManipTools: { binary: string }[] = [
44
{ binary: "ag" },
55
{ binary: "awk" },
6+
{ binary: "git" },
67
{ binary: "grep" },
78
{ binary: "nano" },
89
{ binary: "rg" },

0 commit comments

Comments
 (0)