From a4fd675653677729984bcad869d53929bf700a5d Mon Sep 17 00:00:00 2001 From: Henry H Date: Tue, 6 Feb 2024 11:32:07 -0800 Subject: [PATCH] Add missing space --- __test__/help.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__test__/help.test.ts b/__test__/help.test.ts index 9057163..69a9ce2 100644 --- a/__test__/help.test.ts +++ b/__test__/help.test.ts @@ -165,7 +165,7 @@ describe("Test helper", function () { ["a", "/a", false], ["/a/b", "/b/c", false], ])( - "isSubdirectoryOrEqual with POSIX paths(is %s the parent of %s?)", + "isSubdirectoryOrEqual with POSIX paths (is %s the parent of %s?)", (path1, path2, expected) => { expect(helper.isSubdirectoryOrEqual(path1, path2, path.posix)).toBe( expected