Skip to content

Commit

Permalink
Added numeric separator
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 7, 2024
1 parent d1d7bf4 commit d643e04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/evalite/src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export default class EvaliteReporter extends BasicReporter {
colors: true,
depth: null,
breakLength: colWidth,
numericSeparator: true,
compact: true,
})
: p.input,
Expand All @@ -245,6 +246,7 @@ export default class EvaliteReporter extends BasicReporter {
colors: true,
depth: null,
breakLength: colWidth,
numericSeparator: true,
compact: true,
})
: p.output,
Expand Down

0 comments on commit d643e04

Please sign in to comment.