From ac5351dd0895f74e97ad320a2db99a7389d66954 Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Wed, 11 Mar 2020 17:05:50 -0700 Subject: [PATCH] Clean up code --- __tests__/actionUtils.test.ts | 1 - 1 file changed, 1 deletion(-) 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: