diff --git a/developer/src/kmc-keyboard-info/test/test-keyboard-info-compiler.ts b/developer/src/kmc-keyboard-info/test/test-keyboard-info-compiler.ts index 4f0fd5c65a..47e16dc5f8 100644 --- a/developer/src/kmc-keyboard-info/test/test-keyboard-info-compiler.ts +++ b/developer/src/kmc-keyboard-info/test/test-keyboard-info-compiler.ts @@ -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');