From f5a2c54198c8e3877c12409ef091c4a855a3ddca Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sat, 10 May 2025 23:29:10 +0200 Subject: [PATCH] [fix] Handle spellcheck issues --- CHANGELOG.md | 2 +- cspell.config.json | 4 ++++ tests/electron/modules/compliments_spec.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bda98e..6f007b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ planned for 2025-07-01 ### Added -- [config] Allow to change module order for final renderer (or dynamicaly with CSS): Feature `order` in config. (#3762) +- [config] Allow to change module order for final renderer (or dynamically with CSS): Feature `order` in config. (#3762) - [clock] Added option 'disableNextEvent' to hide next sun event (#3769) ### Changed diff --git a/cspell.config.json b/cspell.config.json index a4ecc259..337a7ee8 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -59,6 +59,7 @@ "Edgardos", "Ekristoffe", "elec", + "eltociear", "envcanada", "envsub", "envsubst", @@ -82,6 +83,7 @@ "fulldate", "fullday", "fullscreen", + "geraki", "Gevoelstemperatuur", "GHSA", "ghsas", @@ -143,6 +145,7 @@ "Midori", "mirontoli", "MISSINGLANG", + "mixasgr", "MMPM", "modernizr", "modulename", @@ -183,6 +186,7 @@ "rohitdharavath", "Rosso", "rrule", + "savvadam", "sdetweil", "sendheaders", "serveronly", diff --git a/tests/electron/modules/compliments_spec.js b/tests/electron/modules/compliments_spec.js index 50332b0b..8745b25f 100644 --- a/tests/electron/modules/compliments_spec.js +++ b/tests/electron/modules/compliments_spec.js @@ -36,7 +36,7 @@ describe("Compliments module", () => { await expect(doTest(["Hello There", "Good Evening", "Evening test"])).resolves.toBe(true); }); - it("doesnt show evening compliments during the day when the other parts of day are not set", async () => { + it("doesn't show evening compliments during the day when the other parts of day are not set", async () => { await helpers.startApplication("tests/configs/modules/compliments/compliments_evening.js", "01 Oct 2022 08:00:00 GMT"); await expect(doTest([""], "attached")).resolves.toBe(true); });