mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-21 03:42:00 +01:00
test: on test fail show activities
This commit is contained in:
@@ -181,7 +181,7 @@ describe('FEPs', () => {
|
|||||||
activity.object && activity.object.type === 'Note';
|
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 () => {
|
it('should federate out an Announce(Create(Note)) on reply', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user