chore: merge dev
to main
#181
1 changed files with 1 additions and 1 deletions
|
@ -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" });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue