test: on test fail show activities

This commit is contained in:
Barış Soner Uşaklı
2025-12-02 11:54:14 -05:00
parent 5ba6bea049
commit 841bd8252c

View File

@@ -181,7 +181,7 @@ describe('FEPs', () => {
activity.object && activity.object.type === 'Note';
});
assert(test1 && test2);
assert(test1 && test2, JSON.stringify(activities, null, 2));
});
it('should federate out an Announce(Create(Note)) on reply', async () => {