1
0
Fork 0
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:
FLY_MC 2025-03-27 19:43:31 +08:00 committed by GitHub
commit af39512ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },