Skip to content

Commit

Permalink
Repair tests depending on old dot-reporter functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Dec 26, 2015
1 parent df6d6bd commit f449615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/hook.err.js
Expand Up @@ -168,7 +168,7 @@ describe('hook error handling', function() {
assert.ifError(err);

lines = res.output
.split(/[\n․]+/)
.split(/[\n․,!]+/)
.map(function(line) {
return line.trim();
})
Expand Down

0 comments on commit f449615

Please sign in to comment.