Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Mar 26, 2024
1 parent 5b398f7 commit 9a65149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/reporters.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('reporters', function () {
return;
}

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

0 comments on commit 9a65149

Please sign in to comment.