Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rozenberg committed Apr 23, 2019
1 parent cd43cdd commit 43ad34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/tasks/visual-diff/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ async function snapshotWebpages(percy, browser, webpages) {
testErrors.sort((a, b) => a.name.localeCompare(b.name));
log('info', colors.yellow('Tests warnings and errors:'),
'expand this section');
console./*OK*/log('travis_fold:start:lint_results\n');
console./*OK*/log('travis_fold:start:visual_tests\n');
testErrors.forEach(logTestError);
console./*OK*/log('travis_fold:end:visual_tests');
}
Expand Down

0 comments on commit 43ad34a

Please sign in to comment.