spiegel-keyman/developer/js/tests
2019-07-29 15:55:17 -06:00
..
fixtures/example.qaa.trivial Add a simple assertion for testing the trie compiler. 2019-07-04 09:42:53 -06:00
README.md Add minimal README. 2019-07-04 09:47:04 -06:00
test-compile-trie.ts Remove forgotten console.log(). 2019-07-13 11:07:31 -06:00
test-punctuation.ts Allow for optional punctuation to be passed into options. 2019-07-29 15:55:17 -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!