mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 02:45:32 +00:00
This change rename the test files for Developer according to the discussion at the Keyman conference in November 2024. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| compile-model-with-pseudoclosure.tests.ts | ||
| compile-model.tests.ts | ||
| compile-trie.tests.ts | ||
| default-apply-case.tests.ts | ||
| default-search-term-to-key.tests.ts | ||
| join-word-breaker.tests.ts | ||
| messages.tests.ts | ||
| model-definitions.tests.ts | ||
| override-script-defaults.tests.ts | ||
| parse-wordlist.tests.ts | ||
| punctuation.tests.ts | ||
| README.md | ||
| tsconfig.json | ||
Lexical Model and Package Compiler
Build
npm run build
Test
npm test
NOTE: ensure you run npm run build before running the tests!