From af8ba14b83a7b3fcf75195a33ce7bd9a9c58b208 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 27 Sep 2024 13:17:53 +0200 Subject: [PATCH] have to fix --- tests/utils/reminder.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/utils/reminder.test.ts b/tests/utils/reminder.test.ts index 961031d..74b5d3e 100644 --- a/tests/utils/reminder.test.ts +++ b/tests/utils/reminder.test.ts @@ -7,12 +7,12 @@ describe("Time splitter", () => { expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Nothing, time: "" }); }); } - /* { + { const name = "2m@p"; test(name, () => { expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Mention, time: "2m" }); }); - } */ + } { const name = "41@"; test(name, () => {