Skip to content

Commit

Permalink
Fix jest-validate testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 16, 2019
1 parent 310f75d commit 37273d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const REPLACEMENTS = [
// Stack traces
[/ +at [^]+/gu, ' at STACK TRACE'],
// Gulp shows file content that triggered an error
[/[^]+Error: /gu, ''],
[/[^]+Error:/gu, ''],
// Timestamps
[/\[\d{2}:\d{2}:\d{2}\]/gu, '[12:00:00]'],
// Duration
Expand Down

0 comments on commit 37273d4

Please sign in to comment.