mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-29 19:57:41 +00:00
docs(web): add test-utility header comment
This commit is contained in:
parent
50cfe56df7
commit
fca91de49c
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
/**
|
||||
* Keyman is copyright (C) SIL Global. MIT License.
|
||||
*
|
||||
* Created by jahorton on 2026-02-05
|
||||
*
|
||||
* This file adds helper functions useful for developing test assertions against
|
||||
* different types of SearchQuotientNodes and their properties.
|
||||
*/
|
||||
|
||||
import { LexicalModelTypes } from "@keymanapp/common-types";
|
||||
|
||||
import { SearchQuotientNode, SearchQuotientRoot, SearchQuotientSpur } from "@keymanapp/lm-worker/test-index";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue