mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Update packages/backend/test/e2e/mute.ts
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									ca6399437c
								
							
						
					
					
						commit
						5904d98208
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -117,6 +117,7 @@ describe('Mute', () => {
 | 
			
		|||
			assert.strictEqual(res.body.some((notification: any) => notification.userId === bob.id), true);
 | 
			
		||||
			assert.strictEqual(res.body.some((notification: any) => notification.userId === carol.id), false);
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		test('通知にミュートしているユーザーからのリプライが含まれない', async () => {
 | 
			
		||||
			const aliceNote = await post(alice, { text: 'hi' });
 | 
			
		||||
			await post(bob, { text: '@alice hi', replyId: aliceNote.id });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue