chore(developer): test fix

For: #9119
This commit is contained in:
Steven R. Loomis 2023-08-03 12:38:05 -05:00
parent 913cb5d18a
commit af05f5155e

View file

@ -191,8 +191,8 @@ describe('vars', function () {
describe('should match some marker constants', () => {
// neither of these live here, but, common/web/types does not import ldml-keyboard-constants otherwise.
assert.equal(constants.marker_sentinel, KMX.UC_SENTINEL);
assert.equal(constants.marker_code_deadkey, KMX.CODE_DEADKEY);
assert.equal(constants.marker_sentinel, KMX.KMXFile.UC_SENTINEL);
assert.equal(constants.marker_code_deadkey, KMX.KMXFile.CODE_DEADKEY);
});
describe('markers', function () {
this.slow(500); // 0.5 sec -- json schema validation takes a while