mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-17 21:12:50 +01:00
test: log activities
This commit is contained in:
@@ -180,8 +180,8 @@ describe('FEPs', () => {
|
||||
return activity.type === 'Announce' &&
|
||||
activity.object && activity.object.type === 'Note';
|
||||
});
|
||||
|
||||
assert(test1 && test2, JSON.stringify(activities, null, 2));
|
||||
console.log(JSON.stringify(activities, null, 2));
|
||||
assert(test1 && test2);
|
||||
});
|
||||
|
||||
it('should federate out an Announce(Create(Note)) on reply', async () => {
|
||||
|
||||
Reference in New Issue
Block a user