Merge branch 'chore/common/9677-version-to-esm' into chore/common/9679-keyman-version-esm-only

This commit is contained in:
Marc Durdin 2023-10-04 21:36:52 +11:00 committed by GitHub
commit ebda1c7bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -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