mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 19:27:44 +00:00
Merge branch 'chore/common/9677-version-to-esm' into chore/common/9679-keyman-version-esm-only
This commit is contained in:
commit
ebda1c7bac
2 changed files with 2 additions and 6 deletions
|
|
@ -1,12 +1,10 @@
|
|||
import 'mocha';
|
||||
import {assert} from 'chai';
|
||||
import x_hextobin from '@keymanapp/hextobin';
|
||||
import hextobin from '@keymanapp/hextobin';
|
||||
import { KMXBuilder } from '@keymanapp/common-types';
|
||||
import {checkMessages, compileKeyboard, compilerTestCallbacks, compilerTestOptions, makePathToFixture} from './helpers/index.js';
|
||||
import { LdmlKeyboardCompiler } from '../src/compiler/compiler.js';
|
||||
|
||||
const hextobin = (x_hextobin as any).default;
|
||||
|
||||
describe('compiler-tests', function() {
|
||||
this.slow(500); // 0.5 sec -- json schema validation takes a while
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
import 'mocha';
|
||||
import {assert} from 'chai';
|
||||
import x_hextobin from '@keymanapp/hextobin';
|
||||
import hextobin from '@keymanapp/hextobin';
|
||||
import { KvkFileWriter } from '@keymanapp/common-types';
|
||||
import {checkMessages, compilerTestOptions, compileVisualKeyboard, makePathToFixture} from './helpers/index.js';
|
||||
|
||||
const hextobin = (x_hextobin as any).default;
|
||||
|
||||
describe('visual-keyboard-compiler', function() {
|
||||
this.slow(500); // 0.5 sec -- json schema validation takes a while
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue