Boring changes

This commit is contained in:
Andras Schmelczer 2026-07-12 15:10:26 +01:00
parent cfaf58dfba
commit 920119ff48
32 changed files with 912 additions and 88 deletions

View file

@ -45,7 +45,7 @@ describe('useClickedListings', () => {
act(() => result.current.markClicked('https://example.com/b'));
// Visible immediately — no need to await the network round-trip.
// Visible immediately. No need to await the network round-trip.
expect(result.current.clickedUrls.has('https://example.com/b')).toBe(true);
expect(mocks.create).toHaveBeenCalledWith({
user: 'user-1',