Skip to content

Commit

Permalink
test that git is available (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon authored Apr 25, 2024
1 parent ff9c3d0 commit 7d9efc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/text-manip.test.ts → tests/editing-tools.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { binaryOnPathTest } from "./index.ts";
const textManipTools: { binary: string }[] = [
{ binary: "ag" },
{ binary: "awk" },
{ binary: "git" },
{ binary: "grep" },
{ binary: "nano" },
{ binary: "rg" },
Expand Down

0 comments on commit 7d9efc5

Please sign in to comment.