Skip to content

Commit

Permalink
Fix duration normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 17, 2019
1 parent 48d8e49 commit 4007b5e
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 @@ -22,7 +22,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/gu, '100 ms'],
// Make snapshots less verbose
[/.*Working directory changed.*/gu, ''],
[/.*Using gulpfile.*/gu, ''],
Expand Down

0 comments on commit 4007b5e

Please sign in to comment.