Boring changes
This commit is contained in:
parent
cfaf58dfba
commit
920119ff48
32 changed files with 912 additions and 88 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue