mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
test: missing translator tests
This commit is contained in:
@@ -567,5 +567,11 @@ describe('Utility Methods', () => {
|
||||
assert.strictEqual(el.find('#text').text(), 'Home');
|
||||
assert.strictEqual(el.find('#search').attr('title'), 'Search');
|
||||
});
|
||||
|
||||
it('should not error', (done) => {
|
||||
shim.flush();
|
||||
shim.flushNamespace();
|
||||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user