Skip to content

Commit

Permalink
Task: reverted changes made to .discard varArgs test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong committed Jan 21, 2019
1 parent fd8a5c1 commit 03a26a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/filehound.js
Expand Up @@ -383,7 +383,7 @@ describe('FileHound', () => {
it('applies multiple discard filters as variable aruments', () => {
const query = FileHound.create()
.paths(fixtureDir + '/mixed')
.discard(['a\.json', 'z\.json'])
.discard('a\.json', 'z\.json')
.find();

return query
Expand Down

0 comments on commit 03a26a1

Please sign in to comment.