From a005440088a0f449d603a71c9a6fd2dde46fac77 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 14 May 2024 12:13:23 -0400 Subject: [PATCH] fix: remove .only --- test/activitypub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/activitypub.js b/test/activitypub.js index c22bfe7165..89635a6f96 100644 --- a/test/activitypub.js +++ b/test/activitypub.js @@ -532,7 +532,7 @@ describe('ActivityPub integration', () => { }); }); - describe.only('ActivityPub', async () => { + describe('ActivityPub', async () => { let files; before(async () => {