This commit is contained in:
syuilo
2023-10-03 13:35:31 +09:00
parent 58eec94250
commit 45c3ab2142
2 changed files with 1 additions and 145 deletions

View File

@@ -516,7 +516,7 @@ describe('Timelines', () => {
assert.strictEqual(res.body.some((note: any) => note.id === bobNote.id), true);
});
/*
/* 未実装
test('リスインしているフォローしていないユーザーの visibility: followers なノートが含まれない', async () => {
const [alice, bob] = await Promise.all([signup(), signup()]);