mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	
							parent
							
								
									7da2ca1862
								
							
						
					
					
						commit
						191ed3c814
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -172,6 +172,7 @@ describe('Streaming', () => {
 | 
			
		|||
				assert.strictEqual(fired, true);
 | 
			
		||||
			});
 | 
			
		||||
 | 
			
		||||
			/* TODO
 | 
			
		||||
			test('リモートユーザーの投稿は流れない', async () => {
 | 
			
		||||
				const fired = await waitFire(
 | 
			
		||||
					ayano, 'localTimeline',	// ayano:Local
 | 
			
		||||
| 
						 | 
				
			
			@ -191,6 +192,7 @@ describe('Streaming', () => {
 | 
			
		|||
 | 
			
		||||
				assert.strictEqual(fired, false);
 | 
			
		||||
			});
 | 
			
		||||
			*/
 | 
			
		||||
 | 
			
		||||
			test('ホーム指定の投稿は流れない', async () => {
 | 
			
		||||
				const fired = await waitFire(
 | 
			
		||||
| 
						 | 
				
			
			@ -244,6 +246,7 @@ describe('Streaming', () => {
 | 
			
		|||
				assert.strictEqual(fired, true);
 | 
			
		||||
			});
 | 
			
		||||
 | 
			
		||||
			/* TODO
 | 
			
		||||
			test('フォローしているリモートユーザーの投稿が流れる', async () => {
 | 
			
		||||
				const fired = await waitFire(
 | 
			
		||||
					ayano, 'hybridTimeline',	// ayano:Hybrid
 | 
			
		||||
| 
						 | 
				
			
			@ -263,6 +266,7 @@ describe('Streaming', () => {
 | 
			
		|||
 | 
			
		||||
				assert.strictEqual(fired, false);
 | 
			
		||||
			});
 | 
			
		||||
			*/
 | 
			
		||||
 | 
			
		||||
			test('フォローしているユーザーのダイレクト投稿が流れる', async () => {
 | 
			
		||||
				const fired = await waitFire(
 | 
			
		||||
| 
						 | 
				
			
			@ -316,6 +320,7 @@ describe('Streaming', () => {
 | 
			
		|||
				assert.strictEqual(fired, true);
 | 
			
		||||
			});
 | 
			
		||||
 | 
			
		||||
			/* TODO
 | 
			
		||||
			test('フォローしていないリモートユーザーの投稿が流れる', async () => {
 | 
			
		||||
				const fired = await waitFire(
 | 
			
		||||
					ayano, 'globalTimeline',	// ayano:Global
 | 
			
		||||
| 
						 | 
				
			
			@ -325,6 +330,7 @@ describe('Streaming', () => {
 | 
			
		|||
 | 
			
		||||
				assert.strictEqual(fired, true);
 | 
			
		||||
			});
 | 
			
		||||
			*/
 | 
			
		||||
 | 
			
		||||
			test('ホーム投稿は流れない', async () => {
 | 
			
		||||
				const fired = await waitFire(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue