We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 35ccb40 commit cfd5498Copy full SHA for cfd5498
src/activitypub/activity.unit.test.ts
@@ -9,6 +9,7 @@ import { FedifyActivitySender } from './activity';
9
describe('FedifyActivitySender', () => {
10
describe('sendActivityToActorFollowers', () => {
11
it('should send an Activity to the followers of an Actor', async () => {
12
+ expect(1).toBe(2);
13
const handle = 'foo';
14
15
const mockActor = {
0 commit comments