Loading backend/src/__tests__/federation.test.ts +19 −16 Original line number Diff line number Diff line Loading @@ -176,7 +176,8 @@ describe.for( let sessionCode: string; let authSession: AuthSession; beforeAll(async () => { beforeAll( async () => { if (!DRY_SEND) TestKit = await FediTestKit.create(account); sessionId = "test-" + label + "-" + randomUUID(); sessionCode = AuthSession.generateCode(); Loading @@ -191,7 +192,9 @@ describe.for( }); if (!DRY_SEND) await TestKit.setup(); }); }, account.type === "MBIN" ? 60000 : 10000 ); test.sequential("APub#sendDM", async () => { await APub.sendDM(authSession); Loading Loading
backend/src/__tests__/federation.test.ts +19 −16 Original line number Diff line number Diff line Loading @@ -176,7 +176,8 @@ describe.for( let sessionCode: string; let authSession: AuthSession; beforeAll(async () => { beforeAll( async () => { if (!DRY_SEND) TestKit = await FediTestKit.create(account); sessionId = "test-" + label + "-" + randomUUID(); sessionCode = AuthSession.generateCode(); Loading @@ -191,7 +192,9 @@ describe.for( }); if (!DRY_SEND) await TestKit.setup(); }); }, account.type === "MBIN" ? 60000 : 10000 ); test.sequential("APub#sendDM", async () => { await APub.sendDM(authSession); Loading