mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
This requires a significant refactor to the compiler interfaces to allow for asynchronous filesystem and network access. For now, only kmc-copy uses the asynchronous interfaces, but over time we may try and consolidate them where other compiler modules find them useful. This adds a big set of unit test fixtures to avoid network instability in tests (the fixtures can be regenerated by setting environment variable `TEST_SAVE_FIXTURES`). |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| test-build.ts | ||
| test-extendedCompilerOptions.ts | ||
| test-fileLists.ts | ||
| test-generateKmnKeyboard.ts | ||
| test-generateLdmlKeyboard.ts | ||
| test-generateLexicalModel.ts | ||
| test-getLastGitCommitDate.ts | ||
| test-infrastructureMessages.ts | ||
| test-project-build.ts | ||
| tsconfig.json | ||