From 6d67e5e9efa34296e36f6f2bc5427638a8c1f842 Mon Sep 17 00:00:00 2001 From: Nick Playfair Date: Wed, 3 Feb 2021 16:44:30 +0000 Subject: [PATCH] Remove unneccessary test var --- test/index.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/index.test.js b/test/index.test.js index 3426375..ae7fa60 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -7,7 +7,6 @@ require('../index.js'); const testGerber = path.join(__dirname, 'Arduino-Pro-Mini.zip'); const testLayers = path.join(__dirname, 'layers'); const emptyFolder = path.join(__dirname, 'layers', 'Empty'); -const nonWritableDir = fs.ensureDirSync(path.join(folderConfig.tmpDir, 'no-write'), 0o400); const folderConfig = { tmpDir: path.join(__dirname, 'tmp'), imgDir: path.join(__dirname, 'tmp'),