diff --git a/lib/copy/__tests__/copy-sync-dir.test.js b/lib/copy/__tests__/copy-sync-dir.test.js index 78cfd87c..5d518ae3 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)