From ce524bd38907f0baa644f72c54b78efbf6a18642 Mon Sep 17 00:00:00 2001 From: Michael Cooper Date: Thu, 25 Apr 2024 12:27:35 -0700 Subject: [PATCH] test that git is available --- tests/{text-manip.test.ts => editing-tools.test.ts} | 1 + 1 file changed, 1 insertion(+) rename tests/{text-manip.test.ts => editing-tools.test.ts} (94%) 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" },