test: missing translator tests

This commit is contained in:
Barış Soner Uşaklı
2025-01-07 13:55:40 -05:00
parent 127e0e22cf
commit 0d3a8757bd
2 changed files with 36 additions and 0 deletions

View File

@@ -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();
});
});
});