mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 05:20:24 +01:00
fix: make i18n test failure message easier to read
This commit is contained in:
@@ -163,7 +163,7 @@ describe('i18n', () => {
|
|||||||
assert.strictEqual(
|
assert.strictEqual(
|
||||||
sourceKeys.length,
|
sourceKeys.length,
|
||||||
translationKeys.length,
|
translationKeys.length,
|
||||||
`Extra keys found in namespace ${namespace.slice(1, -5)} for language "${language}"`
|
`Extra keys found in namespace "${namespace.slice(1, -5)}" for language "${language}"`
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user