Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 19, 2019
1 parent 4497869 commit 4a48f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const REPLACEMENTS = [
// Timestamps
[/\[\d{2}:\d{2}:\d{2}\]/gu, '[12:00:00]'],
// Duration
[/(\d+\.)?\d+ [μnm]?s/gu, '100 ms'],
[/(\d+\.)?\d+ ([μnm]?s)|(min)/gu, '100 ms'],
// Make snapshots less verbose
[/.*Working directory changed.*/gu, ''],
[/.*Using gulpfile.*/gu, ''],
Expand Down

0 comments on commit 4a48f5a

Please sign in to comment.