Skip to content

Commit

Permalink
fixed testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Jan 23, 2020
1 parent b3c0b92 commit 84cdc81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/lib/formatter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ const _defaults = {
noTTYOutput: false,
notTTYSchedule: 2000,
emptyOnZero: false,
forceRedraw: false
forceRedraw: false,
autopadding: false,
autopaddingChar: '',
formatBar: null,
formatTime: null,
formatValue: null,
barGlue: ''
},
params: {
progress: 0.2,
Expand Down

0 comments on commit 84cdc81

Please sign in to comment.