From 6e6900baf5de1afba199067c6f35ba69e50da54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 16 Feb 2026 23:33:16 -0500 Subject: [PATCH] test: show topic data on test fail --- test/categories.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/categories.js b/test/categories.js index 7a622d1188..9f666af5dd 100644 --- a/test/categories.js +++ b/test/categories.js @@ -247,6 +247,7 @@ describe('Categories', () => { assert.deepStrictEqual( data.topics.map(t => t.title), ['[[topic:topic-is-deleted]]', 'Test Topic Title', 'Test Topic Title'], + JSON.stringify(data.topics, null, 2), ); });