spiegel-keyman/developer/js/tests
Eddie Antonio Santos 791d4797b0
docs(common/lmlayer): correct Keyman version
Co-Authored-By: Marc Durdin <marc@durdin.net>
2020-04-23 16:22:00 -06:00
..
fixtures docs(common/lmlayer): correct Keyman version 2020-04-23 16:22:00 -06:00
helpers Rename WorkerInternalModel -> LexicalModel. 2019-10-01 14:31:40 -06:00
README.md Add minimal README. 2019-07-04 09:47:04 -06:00
test-compile-model.ts test(common/lmlayer): test file with new word breaker syntax 2020-04-23 12:13:05 -06:00
test-compile-trie.ts Merge branch 'master' into lmlayer-default-searchtermtokey 2020-04-22 08:24:21 -06:00
test-default-search-term-to-key.ts test(common/lmlayer): fix expecations for Turkic orthography 2020-04-21 15:44:18 -06:00
test-package-compiler.ts [Developer] Add first test for kmp compiler 2019-09-02 08:44:54 +10: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 [Developer] Refactor index.ts and cleanup package.json 2019-09-02 10:52:00 +10: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!