diff --git a/__tests__/actionUtils.test.ts b/__tests__/actionUtils.test.ts index 4fcb8d6..6513b31 100644 --- a/__tests__/actionUtils.test.ts +++ b/__tests__/actionUtils.test.ts @@ -225,7 +225,6 @@ test("resolvePaths with no ~ in path", async () => { }); test("resolvePaths with ~ in path", async () => { - // const filePath = "~/.cache/yarn"; const cacheDir = uuid(); const filePath = `~/${cacheDir}`; // Create the following layout: