From 5d8e5c74bf1cd4c7374a803d1810778822eab9ef Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 15 Apr 2024 13:28:06 -0700 Subject: [PATCH] repair test collision --- test/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/config.js b/test/config.js index 7f7037f..497acba 100644 --- a/test/config.js +++ b/test/config.js @@ -517,6 +517,7 @@ describe('getDir', function () { } if (callCount === 2) { assert.equal(files[3], 'contents4\n') + fs.unlink(tmpFile) done() } })