mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-21 05:06:11 -05:00
Merge branch 'misskey-dev:develop' into pari
This commit is contained in:
commit
af39512ffa
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ describe('ユーザー', () => {
|
|||
});
|
||||
test.each([
|
||||
{ label: '「見つけやすくする」がOFFのユーザーが含まれる', user: () => userNotExplorable },
|
||||
{ label: 'ミュートユーザーが含まれる', user: () => userMutedByAlice },
|
||||
{ label: 'ミュートユーザーが含まれない', user: () => userMutedByAlice, excluded: true },
|
||||
{ label: 'ブロックされているユーザーが含まれる', user: () => userBlockedByAlice },
|
||||
{ label: 'ブロックしてきているユーザーが含まれる', user: () => userBlockingAlice },
|
||||
{ label: '承認制ユーザーが含まれる', user: () => userLocking },
|
||||
|
|
Loading…
Add table
Reference in a new issue