Skip to content

Commit f449615

Browse files
committed
Repair tests depending on old dot-reporter functionality
1 parent df6d6bd commit f449615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/hook.err.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe('hook error handling', function() {
168168
assert.ifError(err);
169169

170170
lines = res.output
171-
.split(/[\n]+/)
171+
.split(/[\n,!]+/)
172172
.map(function(line) {
173173
return line.trim();
174174
})

0 commit comments

Comments
 (0)