mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 22:27:39 +00:00
chore(developer): rmove unnecessary async from preinit test
This commit is contained in:
parent
a1c1452615
commit
e2ba026313
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ describe('keyboard-info-compiler', function () {
|
|||
assert.deepEqual(actual, expected);
|
||||
});
|
||||
|
||||
it('check preinit creates langtagsByTag correctly', async function() {
|
||||
it('check preinit creates langtagsByTag correctly', function() {
|
||||
const compiler = new KeyboardInfoCompiler(); // indirectly call preinit()
|
||||
assert.isNotNull(compiler);
|
||||
const en_langtag = langtags.find(({ tag }) => tag === 'en');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue