Skip to content

Commit

Permalink
chore: lint regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 14, 2024
1 parent 77f4af6 commit 3ccbcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporters/tests/merge-reports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('merge reports', async () => {
.split('\n')
.slice(2, -3)
.join('\n')
.replace(/Start at [\w\s\d:]+/, 'Start at <time>')
.replace(/Start at [\w\s:]+/, 'Start at <time>')
const stderrArr = stderrDefault.split('\n')
const stderrCheck = [
...stderrArr.slice(3, 19),
Expand Down

0 comments on commit 3ccbcc4

Please sign in to comment.