Skip to content

Commit

Permalink
Don't copy irrelevant files in form conversion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 26, 2017
1 parent 76f0085 commit a29c4a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fn/convert-forms.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {

} else if(!XLS.test(file) && !PROPERTIES_JSON.test(file)) {
warn(`Ignoring unexpected file type: ${file}`);
return;
}

fs.copy(file, `${formsDir}/${targetName}`);
Expand Down

0 comments on commit a29c4a9

Please sign in to comment.