mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
fix(web): fixes pred-text unit test instability
This commit is contained in:
parent
122351bea4
commit
ace7474428
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ describe('LMLayer using the trie model', function () {
|
|||
//
|
||||
// https://community.software.sil.org/t/search-term-to-key-in-lexical-model-not-working-both-ways-by-default/3133
|
||||
it('should use the default searchTermToKey()', function () {
|
||||
var lmLayer = new LMLayer(helpers.defaultCapabilities, Worker.constructInstance());
|
||||
var lmLayer = new LMLayer(helpers.defaultCapabilities, Worker.constructInstance(), /* testMode */ true);
|
||||
|
||||
return lmLayer.loadModel(
|
||||
// We need to provide an absolute path since the worker is based within a blob.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue