Clean up code

pull/212/head
Ethan Dennis 5 years ago
parent 26a2f24124
commit ac5351dd08

@ -225,7 +225,6 @@ test("resolvePaths with no ~ in path", async () => {
}); });
test("resolvePaths with ~ in path", async () => { test("resolvePaths with ~ in path", async () => {
// const filePath = "~/.cache/yarn";
const cacheDir = uuid(); const cacheDir = uuid();
const filePath = `~/${cacheDir}`; const filePath = `~/${cacheDir}`;
// Create the following layout: // Create the following layout:

Loading…
Cancel
Save