mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-18 12:37:38 +01:00
test: show topic data on test fail
This commit is contained in:
@@ -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),
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user