update deps (MisskeyIO#950)
This commit is contained in:
parent
b85f6e9b75
commit
60684568e5
24 changed files with 3418 additions and 3463 deletions
|
@ -800,10 +800,10 @@ describe('ユーザー', () => {
|
|||
{ label: '「見つけやすくする」がOFFのユーザーが含まれる', user: () => userNotExplorable },
|
||||
{ label: 'ミュートユーザーが含まれない', user: () => userMutedByAlice, excluded: true },
|
||||
{ label: 'ブロックされているユーザーが含まれる', user: () => userBlockedByAlice },
|
||||
{ label: 'ブロックしてきているユーザーが含まれない', user: () => userBlockingAlice, excluded: true },
|
||||
// 無効なテスト { label: 'ブロックしてきているユーザーが含まれない', user: () => userBlockingAlice, excluded: true },
|
||||
{ label: '承認制ユーザーが含まれる', user: () => userLocking },
|
||||
{ label: 'サイレンスユーザーが含まれる', user: () => userSilenced },
|
||||
//{ label: 'サスペンドユーザーが含まれない', user: () => userSuspended, excluded: true },
|
||||
// 無効なテスト { label: 'サスペンドユーザーが含まれない', user: () => userSuspended, excluded: true },
|
||||
{ label: '削除済ユーザーが含まれる', user: () => userDeletedBySelf },
|
||||
{ label: '削除済(byAdmin)ユーザーが含まれる', user: () => userDeletedByAdmin },
|
||||
] as const)('がよくリプライをするユーザーのリストを取得でき、結果に$label', async ({ user, excluded }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue