Skip to content

Commit acf5585

Browse files
authored
Fix wording in copy-sync-dir.test.js (#1031)
1 parent 5d4bf0b commit acf5585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/copy/__tests__/copy-sync-dir.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('+ copySync() / dir', () => {
120120
assert(!fs.existsSync(destDir))
121121
})
122122

123-
it('should should apply filter recursively', () => {
123+
it('should apply filter recursively', () => {
124124
const FILES = 2
125125
// Don't match anything that ends with a digit higher than 0:
126126
const filter = s => /(0|\D)$/i.test(s)

0 commit comments

Comments
 (0)