Skip to content

Commit 9a65149

Browse files
committed
Fix tests
1 parent 5b398f7 commit 9a65149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/reporters.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ describe('reporters', function () {
211211
return;
212212
}
213213

214-
var pattern = `^Error: invalid or unsupported TAP version: "${invalidTapVersion}"`;
214+
var pattern = `Error: invalid or unsupported TAP version: "${invalidTapVersion}"`;
215215
expect(res, 'to satisfy', {
216216
code: 1,
217217
output: new RegExp(pattern, 'm')

0 commit comments

Comments
 (0)