From fca91de49c4be230ba6a6da6cc67fbdbe7bbc460 Mon Sep 17 00:00:00 2001 From: Joshua Horton Date: Thu, 5 Feb 2026 13:25:49 -0600 Subject: [PATCH] docs(web): add test-utility header comment --- web/src/test/auto/resources/searchQuotientUtils.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/src/test/auto/resources/searchQuotientUtils.ts b/web/src/test/auto/resources/searchQuotientUtils.ts index ccf10f5af8..0aa6f170c4 100644 --- a/web/src/test/auto/resources/searchQuotientUtils.ts +++ b/web/src/test/auto/resources/searchQuotientUtils.ts @@ -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";