Skip to content

Commit

Permalink
improve test consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Jan 5, 2024
1 parent e1be677 commit fa9e75c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/composables/useDebounce.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ describe('useDebounce', () => {
{ delay: 0, arg1: 'a', arg2: 1 },
{ delay: 150, arg1: 'a1', arg2: 11 },
{ delay: 10, arg1: 'a', arg2: 1 },
{ delay: 10, arg1: 'a', arg2: 1 },
{ delay: 10, arg1: 'a', arg2: 1 },
{ delay: 50, arg1: 'b', arg2: 2 },
{ delay: 110, arg1: 'c', arg2: 3 },
] as DebounceTestCall[]
Expand Down

0 comments on commit fa9e75c

Please sign in to comment.