Skip to content

Commit

Permalink
Fix wording in copy-sync-dir.test.js (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtslvr committed Dec 15, 2023
1 parent 5d4bf0b commit acf5585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/copy/__tests__/copy-sync-dir.test.js
Expand Up @@ -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)
Expand Down

0 comments on commit acf5585

Please sign in to comment.