From ed22cc00a6df5314f1650e05b00b5a6cabdeb0be Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 4 Dec 2024 10:44:05 +0100 Subject: [PATCH] fix(common): rename test file This change renames a new test file and moves it to the new location. This file was overlooked in #12709. --- .../ldml-keyboard/unicodeset-parser-api.tests.ts} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename common/web/types/{test/ldml-keyboard/test-unicodeset-parser-api.ts => tests/ldml-keyboard/unicodeset-parser-api.tests.ts} (98%) diff --git a/common/web/types/test/ldml-keyboard/test-unicodeset-parser-api.ts b/common/web/types/tests/ldml-keyboard/unicodeset-parser-api.tests.ts similarity index 98% rename from common/web/types/test/ldml-keyboard/test-unicodeset-parser-api.ts rename to common/web/types/tests/ldml-keyboard/unicodeset-parser-api.tests.ts index cc36e78ae2..763bc6d5bb 100644 --- a/common/web/types/test/ldml-keyboard/test-unicodeset-parser-api.ts +++ b/common/web/types/tests/ldml-keyboard/unicodeset-parser-api.tests.ts @@ -1,8 +1,8 @@ /* * Keyman is copyright (C) SIL Global. MIT License. - * + * * Created by Dr Mark C. Sinclair on 2024-11-29 - * + * * Test code for unicodeset-parser-api.ts */