chore: merge dev to main #181

Merged
Anri merged 40 commits from dev into main 2024-09-27 20:49:36 +02:00
Showing only changes of commit af8ba14b83 - Show all commits

View file

@ -7,12 +7,12 @@ describe("Time splitter", () => {
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Nothing, time: "" }); expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Nothing, time: "" });
}); });
} }
/* { {
const name = "2m@p"; const name = "2m@p";
test(name, () => { test(name, () => {
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Mention, time: "2m" }); expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Mention, time: "2m" });
}); });
} */ }
{ {
const name = "41@"; const name = "41@";
test(name, () => { test(name, () => {