通常はFTTにしておく

This commit is contained in:
samunohito 2024-06-30 22:25:27 +09:00
parent 5554761354
commit ac728dd3fb
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ describe('Timelines', () => {
root = await signup({ username: 'root' });
// FTT無効の状態で見たいときはコメントアウトを外す
await api('admin/update-meta', { enableFanoutTimeline: false }, root);
await sleep(1000);
// await api('admin/update-meta', { enableFanoutTimeline: false }, root);
// await sleep(1000);
});
afterEach(async () => {