1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-20 03:46:17 +02:00

Clean up code

This commit is contained in:
Ethan Dennis 2020-03-11 17:05:50 -07:00
parent 26a2f24124
commit ac5351dd08

View file

@ -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: