From acf55855580db460fd5532b22d73c4543798cd7d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:11:41 +0100 Subject: [PATCH] Fix wording in copy-sync-dir.test.js (#1031) --- 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)