mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-21 11:52:01 +01:00
test: log activities
This commit is contained in:
@@ -180,8 +180,8 @@ describe('FEPs', () => {
|
|||||||
return activity.type === 'Announce' &&
|
return activity.type === 'Announce' &&
|
||||||
activity.object && activity.object.type === 'Note';
|
activity.object && activity.object.type === 'Note';
|
||||||
});
|
});
|
||||||
|
console.log(JSON.stringify(activities, null, 2));
|
||||||
assert(test1 && test2, JSON.stringify(activities, null, 2));
|
assert(test1 && test2);
|
||||||
});
|
});
|
||||||
|
|
||||||
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