Skip to content

Commit

Permalink
Fix test due to glob options interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
blai committed Apr 4, 2018
1 parent aa24b5e commit e1db068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/copy-tpl.js
Expand Up @@ -43,7 +43,7 @@ describe('#copyTpl()', () => {
];
const copyOptions = {
globOptions: {
ignore: filenames[1]
ignore: [filenames[1]]
}
};
const newPath = '/new/path';
Expand Down

0 comments on commit e1db068

Please sign in to comment.