Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Dec 30, 2024
1 parent c373d0e commit 176a4bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/backend/test/e2e/timelines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ function waitForPushToTl() {

describe('Timelines', () => {
let redisForTimelines: Redis;
// eslint-disable-next-line @typescript-eslint/no-unused-vars
let root: Misskey.entities.SignupResponse;

beforeAll(async () => {
redisForTimelines = new Redis(loadConfig().redisForTimelines);
root = await signup({ username: 'root' });
await api('admin/update-meta', {
enableFanoutTimeline: true,
}, root);
});

describe('Home TL', () => {
Expand Down

0 comments on commit 176a4bb

Please sign in to comment.