Skip to content

Commit

Permalink
Merge pull request #11000 from keymanapp/test/developer/keyboard-info…
Browse files Browse the repository at this point in the history
…-compiler-unit-tests

test(developer): keyboard info compiler unit tests
  • Loading branch information
markcsinclair authored Apr 2, 2024
2 parents 1ea4df6 + 401cb3c commit 9def2da
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 14 deletions.
3 changes: 2 additions & 1 deletion developer/src/kmc-keyboard-info/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
src/imports/
src/imports/
test/fixtures/khmer_angkor/build/actual.keyboard_info
6 changes: 6 additions & 0 deletions developer/src/kmc-keyboard-info/src/keyboard-info-compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -618,3 +618,9 @@ export class KeyboardInfoCompiler implements KeymanCompiler {

}

/**
* these are exported only for unit tests, do not use
*/
export const unitTestEndpoints = {
langtagsByTag,
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9def2da

Please sign in to comment.