spiegel-keyman/developer/js/tests
2019-08-22 10:30:00 -06:00
..
fixtures/example.qaa.trivial Make fixture path relative to model.ts. 2019-08-22 09:44:54 -06:00
helpers Create and test compileModel() utility function. 2019-08-22 09:56:13 -06:00
README.md Add minimal README. 2019-07-04 09:47:04 -06:00
test-compile-model.ts compileModel() loads word lists relative to model.ts file. 2019-08-22 10:30:00 -06:00
test-compile-trie.ts Make fixture path relative to model.ts. 2019-08-22 09:44:54 -06:00
test-parse-wordlist.ts Fix paths issue from merge. 2019-08-21 11:08:29 -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!