8000 Resolve debounce race condition by codingjoe · Pull Request #2356 · django-commons/django-debug-toolbar · GitHub
Skip to content
7FFF
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Drop redundant assertion
  • Loading branch information
codingjoe committed Apr 21, 2026
commit 1d5a7e22385c7b3ce0ede5424582e0b2c87dd6c4
1 change: 0 additions & 1 deletion tests/js/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ describe("utils.js", () => {

vi.advanceTimersByTime(100);

expect(fn).toHaveBeenCalledTimes(1);
expect(fn).toHaveBeenCalledWith("third");
});
});
Expand Down
Loading