From ec99ca71643377675217524e12b5639b63af688b Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Tue, 21 Jan 2025 10:15:48 +0900 Subject: [PATCH] test: updated test for skipBotEvents --- tests/configuration.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/configuration.test.ts b/tests/configuration.test.ts index 2d4b080..12e4130 100644 --- a/tests/configuration.test.ts +++ b/tests/configuration.test.ts @@ -188,6 +188,7 @@ describe("Configuration tests", () => { "ubiquity:example": "/command" } }, + "skipBotEvents": true } `; } else if (args.path === CONFIG_FULL_PATH) {