Skip to content

Commit

Permalink
Remove test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
norla committed Dec 10, 2021
1 parent f11b8a2 commit 84c7b2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reporters/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ var generateDiff = (exports.generateDiff = function (actual, expected) {
let result = exports.inlineDiffs
? inlineDiff(actual, expected)
: unifiedDiff(actual, expected);
require('fs').appendFileSync('/tmp/foo', `${skipped}\n`);
if (skipped > 0) {
result = `${result}\nNOTE: Output truncated to ${maxLen} characters, see "max-diff-size" option.`;
}
Expand Down

0 comments on commit 84c7b2d

Please sign in to comment.