Skip to content

Commit

Permalink
Update useDebounce.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Jan 5, 2024
1 parent d0d4956 commit 9373341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/composables/useDebounce.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('useDebounce', () => {
await executeDebounceTest(calls, debounceMs, DebounceMode.ImmediateAndTimeout, expected)
})

test.only('successfully debounces - maximum frequency', async () => {
test('successfully debounces - maximum frequency', async () => {
const debounceMs = 200

const calls = [
Expand Down

0 comments on commit 9373341

Please sign in to comment.