diff --git a/tests/text-manip.test.ts b/tests/editing-tools.test.ts similarity index 94% rename from tests/text-manip.test.ts rename to tests/editing-tools.test.ts index e52222f..7a111fb 100644 --- a/tests/text-manip.test.ts +++ b/tests/editing-tools.test.ts @@ -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" },