Skip to content

Commit

Permalink
Fix usage formatter test
Browse files Browse the repository at this point in the history
  • Loading branch information
joac committed Sep 8, 2021
1 parent dfcf587 commit 96ce2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/formatter/usage_formatter_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ describe('UsageFormatter', () => {
│ Pattern / Text │ Duration │ Location │
├────────────────┼──────────┼───────────────────┤
│ /def?/ │ 1.50ms │ usage_steps.ts:16 │
│ def │ 2ms │ a.feature:3 │
│ de │ 1ms │ a.feature:4 │
│ def │ 2.00ms │ a.feature:3 │
│ de │ 1.00ms │ a.feature:4 │
├────────────────┼──────────┼───────────────────┤
│ abc │ UNUSED │ usage_steps.ts:11 │
├────────────────┼──────────┼───────────────────┤
Expand Down

0 comments on commit 96ce2fd

Please sign in to comment.