timeline fetcher improvements
This commit is contained in:
parent
e1e20b5ad2
commit
d7f19d75f1
8 changed files with 135 additions and 157 deletions
|
|
@ -1119,7 +1119,7 @@ describe('Users store', () => {
|
|||
},
|
||||
)
|
||||
|
||||
vi.spyOn(useTimelinesStore(), 'wipeUserStatuses').mockImplementation(
|
||||
vi.spyOn(useTimelinesStore(), 'wipeStatuses').mockImplementation(
|
||||
async () => {
|
||||
/* no-op */
|
||||
},
|
||||
|
|
@ -1150,7 +1150,7 @@ describe('Users store', () => {
|
|||
},
|
||||
)
|
||||
|
||||
vi.spyOn(useTimelinesStore(), 'wipeUserStatuses').mockImplementation(
|
||||
vi.spyOn(useTimelinesStore(), 'wipeStatuses').mockImplementation(
|
||||
async () => {
|
||||
/* no-op */
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue