From f244acdfaf0af1e2a0c3fe3add15a5b2a69581cb Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:42:10 +0100 Subject: [PATCH] Fix wording in copy-sync-dir.test.js --- lib/copy/__tests__/copy-sync-dir.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/copy/__tests__/copy-sync-dir.test.js b/lib/copy/__tests__/copy-sync-dir.test.js index 78cfd87c4..5d518ae33 100644 --- a/lib/copy/__tests__/copy-sync-dir.test.js +++ b/lib/copy/__tests__/copy-sync-dir.test.js @@ -120,7 +120,7 @@ describe('+ copySync() / dir', () => { assert(!fs.existsSync(destDir)) }) - it('should should apply filter recursively', () => { + it('should apply filter recursively', () => { const FILES = 2 // Don't match anything that ends with a digit higher than 0: const filter = s => /(0|\D)$/i.test(s)