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 884b53b8b2 - Show all commits

View file

@ -10,7 +10,7 @@ describe("Time splitter", () => {
{ {
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.DirectMessage, time: "2m" });
}); });
} }
{ {