update deps (MisskeyIO#950)
This commit is contained in:
parent
b85f6e9b75
commit
60684568e5
24 changed files with 3418 additions and 3463 deletions
|
@ -119,6 +119,7 @@ describe('Timelines', () => {
|
|||
const [alice, bob, carol] = await Promise.all([signup(), signup(), signup()]);
|
||||
|
||||
await api('following/create', { userId: bob.id }, alice);
|
||||
await api('following/create', { userId: carol.id }, bob);
|
||||
await api('following/update', { userId: bob.id, withReplies: true }, alice);
|
||||
await sleep(1000);
|
||||
const carolNote = await post(carol, { text: 'hi', visibility: 'followers' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue