From 0ba4ba659c6853de738fff1d587d80114002a1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 21 Jan 2025 20:47:55 -0500 Subject: [PATCH] test: remove only --- test/activitypub.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/activitypub.js b/test/activitypub.js index bfc834f8d2..aee20d8037 100644 --- a/test/activitypub.js +++ b/test/activitypub.js @@ -28,7 +28,7 @@ describe('ActivityPub integration', () => { delete meta.config.activitypubEnabled; }); - describe.only('Master toggle', () => { + describe('Master toggle', () => { before(async () => { delete meta.config.activitypubEnabled; }); @@ -206,7 +206,7 @@ describe('ActivityPub integration', () => { }); }); - describe.only('.remoteAnchorToLocalProfile', () => { + describe('.remoteAnchorToLocalProfile', () => { const uuid1 = utils.generateUUID(); const id1 = `https://example.org/uuid/${uuid1}`; const url1 = `https://example.org/test`;