spiegel-keyman/developer/js/tests
Eddie Antonio Santos 08637f2f16
Merge pull request #2009 from keymanapp/developer-add-wordbreaking-api
[Developer] Add Word Breaking API
2019-08-28 22:13:36 -06:00
..
fixtures Test that all valid example models compile correctly. 2019-08-28 10:20:00 -06:00
helpers Pass multiple arguments to makePathToFixture(). 2019-08-27 09:40:37 -06:00
README.md Add minimal README. 2019-07-04 09:47:04 -06:00
test-compile-model.ts Test that all valid example models compile correctly. 2019-08-28 10:20:00 -06:00
test-compile-trie.ts Support the word breaking API in the compiler. 2019-08-28 14:38:59 -06:00
test-parse-wordlist.ts Test that the actual word list gets parsed properly (UTF-16/UTF-8). 2019-08-27 10:29:52 -06:00
test-punctuation.ts Compile code with a dummy LMLayerWorker and models namespace; enhance assertions. 2019-08-21 14:51:00 -06:00
tsconfig.json Fix tsconfig... 2019-07-25 11:22:07 -06:00

Lexical Model and Package Compiler

Build

npm run build

Test

npm test

NOTE: ensure you run npm run build before running the tests!